From 3634afdb81408f19c64da24de330012713221bc4 Mon Sep 17 00:00:00 2001 From: Tomoya Amachi Date: Fri, 14 Jun 2019 11:34:36 +0900 Subject: [PATCH] enhance issue_template (#837) --- .../BUG_REPORT.md} | 5 +++++ .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md | 9 +++++++++ .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md | 10 ++++++++++ 3 files changed, 24 insertions(+) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/BUG_REPORT.md} (87%) create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md create mode 100644 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md similarity index 87% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/BUG_REPORT.md index 073442e7..5e86f01c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -1,3 +1,8 @@ +--- +name: Bug Report +labels: bug +about: If something isn't working as expected. +--- # What did you do? (required. The issue will be **closed** when not provided.) diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md new file mode 100644 index 00000000..f29791bc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST.md @@ -0,0 +1,9 @@ +--- +name: Feature Request +labels: enhancement +about: I have a suggestion (and might want to implement myself)! +--- + + diff --git a/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md new file mode 100644 index 00000000..4eb1cf61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md @@ -0,0 +1,10 @@ +--- +name: Support Question +labels: question +about: If you have a question about Vuls. +--- + +