-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(issue_templates): Add new templates and archive old templates (#…
- Loading branch information
Showing
6 changed files
with
209 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,62 @@ | ||
--- | ||
name: Bug report | ||
about: Help us improve your experience. | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🗒️NOTES | ||
|
||
Anything relevant to the issue's state or any additional description. | ||
|
||
# 🏁MILESTONES | ||
|
||
- [ ] **DOR** | ||
- [ ] **DOD** | ||
|
||
# 📜CONTEXT (User Story) | ||
|
||
***As a*** dev/admin/user | ||
|
||
***I want*** to develop/manage/use | ||
|
||
***In order*** to work | ||
|
||
# 🪳STEPS TO REPRODUCE | ||
|
||
- Step 1: Step 1 | ||
- Step 2: Step 2 | ||
- Step 3: Step 3 | ||
|
||
|
||
# 🪜STEPS FOR A FIX | ||
|
||
- [ ] Step 1: | ||
- [ ] Step 2: | ||
- [ ] Step 3: | ||
... | ||
|
||
|
||
# ✅ACCEPTANCE CRITERIA | ||
|
||
- ⛔Acceptance criterion not-met | ||
- ✅Acceptance criterion met | ||
|
||
|
||
# 📛BLOCKERS | ||
|
||
- 📛Blocker still present | ||
- ~~Blocker dealt with~~ | ||
|
||
# 🔍AFFECTED COMPONENT(S) (Scope) | ||
|
||
/src/… | ||
|
||
# ⛓️LINK TO OTHER ISSUES | ||
(Insert links here) | ||
|
||
# 🪟SCREEN SHOTS & MOCKUPS | ||
|
||
Here you can insert screen shots, pictures or figma links pointing to a visual representation of what is expected |
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,74 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🗒️NOTES | ||
|
||
Anything relevant to the issue's state or any additional description. | ||
|
||
# 🏁MILESTONES | ||
|
||
- [ ] **DOR** | ||
- [ ] **DOD** | ||
|
||
# 📜CONTEXT (User Story) | ||
|
||
***As a*** dev/admin/user | ||
|
||
***I want*** to develop/manage/use | ||
|
||
***In order*** to work | ||
|
||
# 🪜STEPS TO FOLLOW | ||
|
||
- [ ] Step 1: | ||
- [ ] Step 2: | ||
- [ ] Step 3: | ||
... | ||
|
||
# 🪳STEPS TO REPRODUCE (If it is a bug) | ||
|
||
- Step 1: Step 1 | ||
- Step 2: Step 2 | ||
- Step 3: Step 3 | ||
|
||
# ✅ACCEPTANCE CRITERIA | ||
|
||
- ⛔Acceptance criterion not-met | ||
- ✅Acceptance criterion met | ||
|
||
# 📛BLOCKERS | ||
|
||
- 📛Blocker still present | ||
- ~~Blocker dealt with~~ | ||
|
||
# 🔍AFFECTED COMPONENT(S) (Scope) | ||
|
||
/src/… | ||
|
||
# ⛓️LINK TO OTHER ISSUES | ||
(Insert links here) | ||
|
||
# 🪟SCREEN SHOTS & MOCKUPS | ||
|
||
Here you can insert screen shots, pictures or figma links pointing to a visual representation of what is expected | ||
|
||
# 📋TEST STATUSES | ||
What are the test cases required to validate this issue? | ||
- [ ] Test case 1: | ||
- [ ] Test case 2: | ||
- [ ] Test case 3: | ||
- [ ] ... | ||
|
||
What kind of tests has been put in place to ensure the issue is resolved? | ||
- [ ] Manual Tests | ||
- [ ] Unit Tests | ||
- [ ] Integration Tests | ||
- [ ] Functional Tests | ||
- [ ] End To End Tests | ||
- [ ] Other (elaborate) |
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,73 @@ | ||
--- | ||
name: UI Element request | ||
about: Need a visual component/widget? | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
# 🗒️NOTES | ||
|
||
Anything relevant to the issue's state or any additional description. | ||
|
||
# 🏁MILESTONES | ||
|
||
- [ ] **DOR** | ||
- [ ] **DOD** | ||
- [ ] **Validation with end users** | ||
- [ ] **Validation with product director** | ||
- [ ] **DOD** | ||
|
||
# 📜CONTEXT (User Story) | ||
|
||
***As a*** dev/admin/user | ||
|
||
***I want*** to develop/manage/use | ||
|
||
***In order*** to work | ||
|
||
# 🪜STEPS TO FLLOW | ||
|
||
- [ ] Step 1: | ||
- [ ] Step 2: | ||
- [ ] Step 3: | ||
... | ||
|
||
|
||
# ✅ACCEPTANCE CRITERIA | ||
|
||
- ⛔Acceptance criterion not-met | ||
- ✅Acceptance criterion met | ||
|
||
|
||
# 📛BLOCKERS | ||
|
||
- 📛Blocker still present | ||
- ~~Blocker dealt with~~ | ||
|
||
# 🔍AFFECTED COMPONENT(S) (Scope) | ||
|
||
/src/… | ||
|
||
# ⛓️LINK TO OTHER ISSUES | ||
(Insert links here) | ||
|
||
# 🪟SCREEN SHOTS & MOCKUPS | ||
|
||
Here you can insert screen shots, pictures or figma links pointing to a visual representation of what is expected | ||
|
||
# 📋TEST STATUSES | ||
What are the test cases required to validate this issue? | ||
- [ ] Test case 1: | ||
- [ ] Test case 2: | ||
- [ ] Test case 3: | ||
- [ ] ... | ||
|
||
What kind of tests has been put in place to ensure the issue is resolved? | ||
- [ ] Manual Tests | ||
- [ ] Unit Tests | ||
- [ ] Integration Tests | ||
- [ ] Functional Tests | ||
- [ ] End To End Tests | ||
- [ ] Other (elaborate) |