Skip to content

Commit

Permalink
feat: Update tasklist format in issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackOnMorty committed May 8, 2024
1 parent 7fa0b05 commit 9adf5b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/0-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Hi
### Suggested Solution
<!-- Describe the solution you'd like -->

```[tasklist]
### Tasks
<!--Add GitHub tasks-->
- [ ] ...
- [ ] ...
```

### 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 -->
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ Steps to reproduce the behavior:
### Expected Behavior
<!-- A clear and concise description of what you expected to happen. -->

```[tasklist]
### Tasks
- [ ] 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 -->
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/2-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Hi
### Suggested Documentation
<!-- Short summary of the documentation that should be added -->

```[tasklist]
### Tasks
<!--Add GitHub tasks-->
- [ ] ...
- [ ] ...
```

### 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 -->
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/3-refactor.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ Hi
### What code could be improved?
<!-- Add a link to the area/file that needs refactoring -->

```[tasklist]
### Tasks
<!--Add GitHub tasks-->
- [ ] ...
- [ ] ...
```

### 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 -->
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/4-devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ Hi
### Suggested Solution
<!-- Describe the solution you'd like -->

```[tasklist]
### Tasks
<!--Add GitHub tasks-->
- [ ] ...
- [ ] ...
```

### 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 -->
Expand Down

0 comments on commit 9adf5b5

Please sign in to comment.