From 91098c16c41b2659df598d0348e7f6087d3b2cd8 Mon Sep 17 00:00:00 2001 From: jkaufman-mitre <135844572+jkaufman-mitre@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:08:53 -0500 Subject: [PATCH] Templates for Issues These are the 2 templates copied and pasted from the M365 repo in addition to the added template. --- .../baseline-content-policy-comment.md | 10 ++++++ .../\360\237\220\233-bug-report.md" | 33 +++++++++++++++++++ .../ISSUE_TEMPLATE/\360\237\222\241-idea.md" | 33 +++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/baseline-content-policy-comment.md create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" create mode 100644 ".github/ISSUE_TEMPLATE/\360\237\222\241-idea.md" diff --git a/.github/ISSUE_TEMPLATE/baseline-content-policy-comment.md b/.github/ISSUE_TEMPLATE/baseline-content-policy-comment.md new file mode 100644 index 00000000..30e41bf1 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/baseline-content-policy-comment.md @@ -0,0 +1,10 @@ +--- +name: Baseline Content/Policy Comment +about: Describe this issue template's purpose here. +title: '' +labels: Pending TCO Lead Review, scb update tracking +assignees: jkaufman-mitre + +--- + + diff --git "a/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" new file mode 100644 index 00000000..937a7d92 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\220\233-bug-report.md" @@ -0,0 +1,33 @@ +--- +name: "\U0001F41B Bug report" +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +# 🐛 Summary # + +What's wrong? Please be specific. + +## To reproduce ## + +Steps to reproduce the behavior: + +1. Do this +1. Then this + +## Expected behavior ## + +What did you expect to happen that didn't? + +## Any helpful log output or screenshots ## + +Paste the results here: + +```console + +``` + +Add any screenshots of the problem here. diff --git "a/.github/ISSUE_TEMPLATE/\360\237\222\241-idea.md" "b/.github/ISSUE_TEMPLATE/\360\237\222\241-idea.md" new file mode 100644 index 00000000..3b14b0c9 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\360\237\222\241-idea.md" @@ -0,0 +1,33 @@ +--- +name: "\U0001F4A1 IDEA" +about: Describe this issue template's purpose here. +title: '' +labels: '' +assignees: '' + +--- + +# 💡 Summary # + +What is the work, as a high-level summary? + +## Motivation and context ## + +Why does this work belong in this project? + +This would be useful because... + +## Implementation notes ## + +Please provide details for implementation, such as: + +- an example for how this would be used +- what this would look like +- how this would act +- any related work, including links to related issues + +## Acceptance criteria ## + +How do we know when this work is done? + +- [ ] Criterion