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
This commit is contained in:
Keith McCammon
2020-07-11 13:06:02 -06:00
committed by GitHub
parent 46c5fe836e
commit b7361a6fbd
3 changed files with 56 additions and 2 deletions
@@ -0,0 +1,29 @@
---
name: Feature request
about: Suggest a new feature or other enhancement.
title: ''
labels: 'feature'
assignees: ''
---
### Use-cases
<!---
In order to properly evaluate a feature request, it is necessary to understand the use-cases for it.
Please describe below the _end goal_ you are trying to achieve that has led you to request this feature.
Please keep this section focused on the problem and not on the suggested solution. We'll get to that in a moment, below!
-->
### Proposal
<!---
If you have an idea for a way to address the problem via a change, please describe it below.
If you're not sure of some details, don't worry! When we evaluate the feature request we may suggest modifications.
-->
### References
<!--
Anything else, such as links to other issues or examples, that didn't seem to fit above.
-->
@@ -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"
[2]: https://github.com/redcanaryco/atomic-red-team/tree/master/execution-frameworks "execution frameworks"
+19
View File
@@ -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
<!--
Anything else, such as links to other issues or examples, that didn't seem to fit above.
-->