Skip to content

Commit

Permalink
XS✔ ◾ 📝 Update acceptance criteria and tasks (#17)
Browse files Browse the repository at this point in the history
* Updated the feature template

* Updated bug template
  • Loading branch information
danielmackay authored Dec 19, 2023
1 parent fbc47e7 commit 125c18b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 15 deletions.
22 changes: 13 additions & 9 deletions .github/ISSUE_TEMPLATE/0-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,27 @@ assignees: ''
<!-- Next to Cc:, @ mention users who should be in the loop -->
Cc:
<!-- add intended user next to **Hi** -->
Hi
Hi {{ USER }}

### Pain
<!-- Explain the pain you are experiencing -->
Explain the pain you are experiencing. This is **WHY** this must be done.

### Suggested Solution
<!-- Describe the solution you'd like -->

### Acceptance Criteria
Acceptance Criteria defines the requirements that must be met for the story to be completed. This is **WHAT** must be done.

See https://www.ssw.com.au/rules/acceptance-criteria.

1. {{ AC 1 }}

### Tasks
<!--Add GitHub tasks-->
- [ ] ...
- [ ] ...
Tasks help developers to track small bits of work needed to meet the ACs. This is **HOW** the work will be done.

### Acceptance Criteria
<!-- Acceptance Criteria helps to answer the question "How will I know when I'm done with this story?". It defines the requirements that must be met for the story to be completed. See https://www.ssw.com.au/rules/acceptance-criteria -->
- [ ] Meets Definition of Done - {{ LINK }}
- [ ] ...
```[tasklist]
- [ ] {{ TASK 1 }}
```

### More Information
<!-- Add any other context here. -->
Expand Down
7 changes: 1 addition & 6 deletions .github/ISSUE_TEMPLATE/1-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ assignees: ''
<!-- Next to Cc:, @ mention users who should be in the loop -->
Cc:
<!-- add intended user next to **Hi** -->
Hi
Hi {{ USER }}

### Describe the Bug
<!-- A clear and concise description of what the bug is. -->
Expand All @@ -30,11 +30,6 @@ Steps to reproduce the behavior:
- [ ] Investigate
- [ ] Fix

### Acceptance Criteria
<!-- Acceptance Criteria helps to answer the question "How will I know when I'm done with this story?". It defines the requirements that must be met for the story to be completed. See https://www.ssw.com.au/rules/acceptance-criteria -->
- [ ] Meets Definition of Done - {{ LINK }}
- [ ] ...

### More Information
<!-- Add any other context about the problem here. -->

Expand Down

0 comments on commit 125c18b

Please sign in to comment.