From 9545ba87e6d5784a80e151acdb477491d2181939 Mon Sep 17 00:00:00 2001 From: AlteredCoder <64792091+AlteredCoder@users.noreply.github.com> Date: Tue, 23 Jun 2020 12:42:04 +0200 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 4 +++- .github/ISSUE_TEMPLATE/feature_request.md | 25 +++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index da8da6850..5cbe6e76c 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,12 +1,14 @@ --- name: Bug report about: Create a report to help us improve -title: 'BUG: ' +title: Bug/ labels: bug assignees: '' --- +Please, start your issue with the impacted component name (cscli, crowdsec ..) + **Describe the bug** A clear and concise description of what the bug is. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..dcf1a1fc9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,25 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: Improvment/ +labels: '' +assignees: '' + +--- + +Please, start your issue name with the component name impacted by this feature request + +**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** (Optional) +A clear and concise description of any alternative solutions or features you've considered. + +** Example of what you imagine ** +If applicable, add an example of what you would expect from this feature request. + +**Additional context** +Add any other context or screenshots about the feature request here.