Skip to content

Commit

Permalink
Merge pull request #4983 from 2i2c-org/Gman0909-patch-1-new-issue-tem…
Browse files Browse the repository at this point in the history
…plate

Update 01_new-issue.yaml
  • Loading branch information
yuvipanda authored Oct 22, 2024
2 parents 1d0dbe4 + a39f22f commit 63787ff
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions .github/ISSUE_TEMPLATE/01_new-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ body:
(optional) A clear and concise list of steps to take to close this issue.
value: |
```[tasklist]
- [ ]
- [ ]
- [ ]
- [ ] .
- [ ] .
- [ ] .
```
validations:
required: false
Expand All @@ -32,17 +32,14 @@ body:
label: Definition of Done
description: |
The Definition of Done. What must be true to consider this task complete?
```[tasklist]
- [ ] The feature/service is technically complete
- [ ] The feature/service been tested with one or more users (if applicable)
- [ ] The feature/service been deployed to a production cluster
- [ ] The feature/service has been shown to be replicably deployable
- [ ] The feature/service is well documented, and the documentation is accessible for the target user base
- [ ] The feature/service has been added to our product menu.
- [ ] Lessons learned have been documented
```
validations:
required: true

- type: checkboxes
attributes:
label: Pre-defined Definition of Done
description: A non-specific, pre-defined list of tasks that should be considered before marking the task complete.
options:
- label: All the tasks have been completed
required: false
- label: It has been tested to work and to not break any existing functionality
required: false
- label: Documentation was added so other engineers can implement this in the future if needed
required: false
required: false

0 comments on commit 63787ff

Please sign in to comment.