From b7361a6fbda740d1ae7484fbfa9e027f9b21d79a Mon Sep 17 00:00:00 2001 From: Keith McCammon Date: Sat, 11 Jul 2020 13:06:02 -0600 Subject: [PATCH] Create issue templates (#1113) * Create feature_request.md * Update and rename .github/issue_template.md to .github/ISSUE_TEMPLATES/problem_report.md * Create website_change.md --- .github/ISSUE_TEMPLATES/feature_request.md | 29 +++++++++++++++++++ .../problem_report.md} | 10 +++++-- .github/ISSUE_TEMPLATES/website_change.md | 19 ++++++++++++ 3 files changed, 56 insertions(+), 2 deletions(-) create mode 100644 .github/ISSUE_TEMPLATES/feature_request.md rename .github/{issue_template.md => ISSUE_TEMPLATES/problem_report.md} (84%) create mode 100644 .github/ISSUE_TEMPLATES/website_change.md diff --git a/.github/ISSUE_TEMPLATES/feature_request.md b/.github/ISSUE_TEMPLATES/feature_request.md new file mode 100644 index 00000000..c1c87ccb --- /dev/null +++ b/.github/ISSUE_TEMPLATES/feature_request.md @@ -0,0 +1,29 @@ +--- +name: Feature request +about: Suggest a new feature or other enhancement. +title: '' +labels: 'feature' +assignees: '' + +--- + +### Use-cases + + +### Proposal + + +### References + diff --git a/.github/issue_template.md b/.github/ISSUE_TEMPLATES/problem_report.md similarity index 84% rename from .github/issue_template.md rename to .github/ISSUE_TEMPLATES/problem_report.md index 9cceeebc..2a1fa81b 100644 --- a/.github/issue_template.md +++ b/.github/ISSUE_TEMPLATES/problem_report.md @@ -1,5 +1,11 @@ -# Report +--- +name: Problem +about: Tell us about a problem you've encountered. +title: '' +labels: 'problem' +assignees: '' +--- ## What did you do? ℹ Please replace this with what you did. @@ -23,4 +29,4 @@ e.g. 💥 * If relevant, which [execution harness](2) are you attempting to use? [1]: https://github.com/redcanaryco/atomic-red-team/tree/master/atomics "atomic tests" -[2]: https://github.com/redcanaryco/atomic-red-team/tree/master/execution-frameworks "execution frameworks" \ No newline at end of file +[2]: https://github.com/redcanaryco/atomic-red-team/tree/master/execution-frameworks "execution frameworks" diff --git a/.github/ISSUE_TEMPLATES/website_change.md b/.github/ISSUE_TEMPLATES/website_change.md new file mode 100644 index 00000000..1ef40043 --- /dev/null +++ b/.github/ISSUE_TEMPLATES/website_change.md @@ -0,0 +1,19 @@ +--- +name: Website change +about: Propose a change to the website at https://atomicredteam.io +title: '' +labels: 'website' +assignees: '' + +--- + +### Why the change? + + +### A summary of the change + + +### References +