From f3e2abf46721097a6eb6a86fe1751d19bf68d79c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ana=20Mar=C3=ADa=20Mart=C3=ADnez=20G=C3=B3mez?= Date: Thu, 23 Jul 2020 19:17:36 +0200 Subject: [PATCH] doc: Improve issue templates Add some useful information, correct small mistakes and simplify the templates. Make also both templates consistent. --- .github/ISSUE_TEMPLATE/bug_report.md | 28 +++++++++++------------ .github/ISSUE_TEMPLATE/feature_request.md | 19 +++++++++++---- 2 files changed, 28 insertions(+), 19 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index a15b2947..720726aa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -3,26 +3,29 @@ name: Bug report about: Create a report to help us improve --- - -### Prerequisites - -* [ ] Put an X between the brackets on this line if you have done all of the following: - * Checked that your issue isn't already filed: [search](https://github.com/fireeye/capa/issues?q=is%3Aissue+is%3Aopen+) - ### Description ### Steps to Reproduce -1. -2. -3. + + + **Expected behavior:** @@ -32,10 +35,6 @@ Have you read capa's Code of Conduct? By filing an Issue, you are expected to co -**Reproduces how often:** - - - ### Versions + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4cbb9018..55b1bb5b 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,24 +3,33 @@ name: Feature request about: Suggest an idea for capa --- - -## Summary +### Summary -## Motivation +### Motivation -## Describe alternatives you've considered +### Describe alternatives you've considered ## Additional context +