Skip to content

Commit

Permalink
docs: update user-story-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellmueller committed Dec 20, 2024
1 parent 3e04d0d commit ca00516
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug
about: Create a report to help us improve
title: ''
labels: bug
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/decision.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Decision
about: This is a big decision that has been made or raised to PO
title: ''
labels: decision
labels: ''
assignees: ''

---
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/epic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Epic
about: A User Story Large enough that it cannot be completed in a single sprint, the
desired end state of a feature
title: ''
labels: epic
labels: ''
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Task
about: Work for the team that cannot be written as a user story
title: ''
labels: task
labels: ''
assignees: ''

---
Expand Down
50 changes: 5 additions & 45 deletions .github/ISSUE_TEMPLATE/user-story-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,66 +9,26 @@ assignees: ''

#### Description:

[User Story]
**As a** *(User Type/Persona)* **I want** *(Feature/enhancement)* **So That** *(Value, why is this wanted, what is the user trying to accomplish)*

[Description of the ticket]

#### Acceptance Criteria:
- [ ] ...
- [ ] ...
- [ ] ...

Given
When
Then

Given
When
Then

#### Development Checklist:

- [ ] ...
- [ ] ...
- [ ] ...

#### Dependencies

#### Dependencies
- Blocked by
- Blocking

**Wireframe(s):**


**Workflows:**


**Definition of Ready** (Note: If any of these points are not applicable, mark N/A)

- [ ] User story is included
- [ ] User role and type are identified
- [ ] Acceptance criteria are included
- [ ] Wireframes are included
- [ ] Design / Solution is accepted by Product Owner
- [ ] Dependencies are identified (technical, business, regulatory/policy)
- [ ] Story has been estimated (under 13 pts)

**Definition of Done**
- In progress:
- [ ] Acceptance criteria are tested (Functionality meets the acceptance criteria defined in the ticket)
- [ ] UI meets accessibility requirements
- [ ] Unit tests are written
- [ ] Work is traceable in GitHub
- [ ] PR linked to ticket number
- [ ] If needed/required - Dev adds flag/label to highlight any migration steps necessary prior to PROD deployment
- Code review:
- [ ] Code is peer reviewed and has passed CI/CD tests
- QA:
- [ ] Acceptance criteria are tested (Functionality meets the acceptance criteria defined in the ticket)
- [ ] Code is potentially shippable to the production environment
- [ ] Functional features have been tested and passed by QA
- [ ] UI components tested by designer
- [ ] Code is deployed to PROD when moved to 'done' column (unless requested otherwise by PO)
- PO Review:
- [ ] Acceptance criteria are tested (Functionality meets the acceptance criteria defined in the ticket)
- [ ] Reviewed and approved by Product Owner

#### Notes:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ux.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: UX Task
about: This is a Task for UX Research, Design or Testing
title: ''
labels: ux
labels: ''
assignees: ''

---
Expand Down

0 comments on commit ca00516

Please sign in to comment.