From 7ff656374ee17c6abd6861310c5eeb34126f070a Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 21 Nov 2019 18:08:41 +0900 Subject: [PATCH 1/2] chg: [doc] Added 2 templates with automatic labelling --- .../bug_report.md} | 11 ++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++ 2 files changed, 16 insertions(+), 3 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (71%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 71% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 215c8cf8e..45c83619e 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,6 +1,11 @@ -# This template is meant for bug reports, if you have a feature request, please be as descriptive as possible and delete the template +--- +name: Bug report +about: Create a report to help us improve +labels: bug, needs triage +--- +# This template is meant for bug reports, if you have a feature request user the other template. @@ -16,8 +21,8 @@ | Questions | Answers |---------------------------|-------------------- | Type of issue | Bug, Question, Feature Request, support... -| OS version (server) | Debian, ubuntu, CentOS, RedHat, ... -| OS version (client) | XP, Seven, 10, Ubuntu, ... +| OS version (server) | Debian, Ubuntu, CentOS, RedHat, ... +| OS version (client) | MacOS, Win10, Ubuntu, ... | PHP version | 5.4, 5.5, 5.6, 7.0, 7.1... | MISP version / git hash | 2.4.XX, hash of the commit | Browser | If applicable diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..6cc26a621 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,8 @@ +--- +name: Bug report +about: Create a report to help us improve +labels: feature request, needs triage + +--- + +# This template is meant for feature requests. Please be as explicit as possible so the reader of your request can understand what kind of feature you want to see. From 0b7e2b25ba109abb67f0c7d2e8491220b4190120 Mon Sep 17 00:00:00 2001 From: Steve Clement Date: Thu, 21 Nov 2019 18:11:07 +0900 Subject: [PATCH 2/2] chg: [doc] Better wording --- .github/ISSUE_TEMPLATE/feature_request.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6cc26a621..d722eb063 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,19 @@ --- -name: Bug report -about: Create a report to help us improve +name: Feature request +about: Suggest an idea for this project labels: feature request, needs triage --- -# This template is meant for feature requests. Please be as explicit as possible so the reader of your request can understand what kind of feature you want to see. +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. +