mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
chore: use new GitHub tasklist feature (#5184)
* chore: use new GitHub tasklist feature * Update task.md * Update task.md
This commit is contained in:
5
.github/ISSUE_TEMPLATE/task.md
vendored
5
.github/ISSUE_TEMPLATE/task.md
vendored
@@ -8,6 +8,7 @@ assignees: ''
|
|||||||
|
|
||||||
As a [type of user], I want [some goal] so that [some reason].
|
As a [type of user], I want [some goal] so that [some reason].
|
||||||
|
|
||||||
**Acceptance criteria**
|
```[tasklist]
|
||||||
- [ ] ...
|
### Acceptance Criteria
|
||||||
- [ ] ...
|
- [ ] ...
|
||||||
|
```
|
||||||
|
4
.github/pull_request_template.md
vendored
4
.github/pull_request_template.md
vendored
@@ -1,3 +1,5 @@
|
|||||||
|
```[tasklist]
|
||||||
|
### Definition of Ready
|
||||||
- [ ] I am happy with the code
|
- [ ] I am happy with the code
|
||||||
- [ ] Short description of the feature/issue is added in the pr description
|
- [ ] Short description of the feature/issue is added in the pr description
|
||||||
- [ ] PR is linked to the corresponding user story
|
- [ ] PR is linked to the corresponding user story
|
||||||
@@ -10,4 +12,4 @@
|
|||||||
- [ ] Documentation/examples are up-to-date
|
- [ ] Documentation/examples are up-to-date
|
||||||
- [ ] All non-functional requirements are met
|
- [ ] All non-functional requirements are met
|
||||||
- [ ] Functionality of the acceptance criteria is checked manually on the dev system.
|
- [ ] Functionality of the acceptance criteria is checked manually on the dev system.
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user