Skip to content

Commit

Permalink
feat(issue_templates): Add new templates and archive old templates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
NyraSama authored Jun 4, 2024
1 parent 5571595 commit 0a65d81
Show file tree
Hide file tree
Showing 6 changed files with 209 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
62 changes: 62 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_template.md
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
74 changes: 74 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.md
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)
73 changes: 73 additions & 0 deletions .github/ISSUE_TEMPLATE/ui_element_template
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)

0 comments on commit 0a65d81

Please sign in to comment.