diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 559c5e17db..f355035e53 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: "\U0001F41B Bug report" about: Create a report to help us improve title: '' -labels: bug +labels: 'state: triage, type: bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/okr.md b/.github/ISSUE_TEMPLATE/okr.md deleted file mode 100644 index f084c738ce..0000000000 --- a/.github/ISSUE_TEMPLATE/okr.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/story.md b/.github/ISSUE_TEMPLATE/story.md deleted file mode 100644 index c9813719f3..0000000000 --- a/.github/ISSUE_TEMPLATE/story.md +++ /dev/null @@ -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 diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md index 2b27a56071..babd0a023d 100644 --- a/.github/ISSUE_TEMPLATE/task.md +++ b/.github/ISSUE_TEMPLATE/task.md @@ -3,16 +3,13 @@ name: Task about: A task describes what is to be implemented and which acceptance criteria must be met. title: '' -labels: task +labels: 'state: triage' assignees: '' --- Description -- [ ] Todo -- [ ] Todo - **Acceptance criteria** - [ ] ... - [ ] ...