generated from cisagov/ScubaGear
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Templates for Issues These are the 2 templates copied and pasted from the M365 repo in addition to the added template. * Update .github/ISSUE_TEMPLATE/baseline-content-policy-comment.md Co-authored-by: Thomas Comeau (MITRE) <[email protected]> * Update .github/ISSUE_TEMPLATE/🐛-bug-report.md Co-authored-by: David Bui <[email protected]> * Update .github/ISSUE_TEMPLATE/💡-idea.md Co-authored-by: David Bui <[email protected]> * Update .github/ISSUE_TEMPLATE/baseline-content-policy-comment.md * Update .github/ISSUE_TEMPLATE/💡-idea.md Co-authored-by: David Bui <[email protected]> --------- Co-authored-by: Thomas Comeau (MITRE) <[email protected]> Co-authored-by: David Bui <[email protected]>
- Loading branch information
1 parent
3f42e3f
commit 518a6ac
Showing
3 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
name: "\U0001F5CE Baseline Content/Policy Comment" | ||
about: Describe comments on content or policies. | ||
title: '' | ||
labels: Pending TCO Lead Review, scb update tracking | ||
assignees: jkaufman-mitre | ||
|
||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: 'Describe a bug, error, unexpected behavior, or other problem' | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
name: "\U0001F4A1 Idea" | ||
about: 'Describe an idea, todo, feature, task, improvement, issue, epic, or story' | ||
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 |