mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
chore: Update issue templates (#3979)
This commit is contained in:
parent
966bbec877
commit
931152bb73
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,7 @@
|
|||||||
name: "\U0001F41B Bug report"
|
name: "\U0001F41B Bug report"
|
||||||
about: Create a report to help us improve
|
about: Create a report to help us improve
|
||||||
title: ''
|
title: ''
|
||||||
labels: bug
|
labels: 'state: triage, type: bug'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
13
.github/ISSUE_TEMPLATE/okr.md
vendored
13
.github/ISSUE_TEMPLATE/okr.md
vendored
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
name: OKR
|
|
||||||
about: The objective key result is an overarching goal that we are working towards.
|
|
||||||
title: ''
|
|
||||||
labels: OKR
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
OKR description
|
|
||||||
|
|
||||||
- [ ] Link to subordinate story
|
|
||||||
- [ ] Link to subordinate story
|
|
14
.github/ISSUE_TEMPLATE/story.md
vendored
14
.github/ISSUE_TEMPLATE/story.md
vendored
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
name: Story
|
|
||||||
about: A story describes the basic objective and contains several tasks that are to
|
|
||||||
be implemented
|
|
||||||
title: ''
|
|
||||||
labels: story
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
As a [type of user], I want [a goal or objective], so that [customer benefit or value].
|
|
||||||
|
|
||||||
- [ ] Link to subordinate task
|
|
||||||
- [ ] Link to subordinate task
|
|
5
.github/ISSUE_TEMPLATE/task.md
vendored
5
.github/ISSUE_TEMPLATE/task.md
vendored
@ -3,16 +3,13 @@ name: Task
|
|||||||
about: A task describes what is to be implemented and which acceptance criteria must
|
about: A task describes what is to be implemented and which acceptance criteria must
|
||||||
be met.
|
be met.
|
||||||
title: ''
|
title: ''
|
||||||
labels: task
|
labels: 'state: triage'
|
||||||
assignees: ''
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
|
||||||
- [ ] Todo
|
|
||||||
- [ ] Todo
|
|
||||||
|
|
||||||
**Acceptance criteria**
|
**Acceptance criteria**
|
||||||
- [ ] ...
|
- [ ] ...
|
||||||
- [ ] ...
|
- [ ] ...
|
||||||
|
Loading…
Reference in New Issue
Block a user