From aab77dc9d9b2b0c8fc7d2f664e245f0c71d13f4a Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 30 Jun 2020 17:20:53 +0200 Subject: [PATCH] .github: add multiple issues template This move the current issue template to a bug-report template, and add new ones (one for feature request and one free form). This follows what was done in `tektoncd/cli`. Signed-off-by: Vincent Demeester --- .../bug-report.md} | 5 +++-- .github/ISSUE_TEMPLATE/feature-request.md | 13 +++++++++++++ .github/ISSUE_TEMPLATE/free-form.md | 4 ++++ 3 files changed, 20 insertions(+), 2 deletions(-) rename .github/{issue-template.md => ISSUE_TEMPLATE/bug-report.md} (84%) create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/free-form.md diff --git a/.github/issue-template.md b/.github/ISSUE_TEMPLATE/bug-report.md similarity index 84% rename from .github/issue-template.md rename to .github/ISSUE_TEMPLATE/bug-report.md index 038ceb3f8f7..488bde1fe27 100644 --- a/.github/issue-template.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -1,6 +1,7 @@ --- -name: Issue Template -about: Template for both bug reports and feature requests +name: Bug Report +about: Template for bug reports +labels: kind/bug --- # Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000000..876fe90587d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: Feature Request +about: Template for feature requests +labels: kind/feature +--- + +### Feature request + + + +### Use case + + diff --git a/.github/ISSUE_TEMPLATE/free-form.md b/.github/ISSUE_TEMPLATE/free-form.md new file mode 100644 index 00000000000..4b924b562a1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/free-form.md @@ -0,0 +1,4 @@ +--- +name: Free Form +about: Create an unstructured issue +---