From 931152bb73cb061034ef8ca0e4f988b63e5571fa Mon Sep 17 00:00:00 2001 From: Fabi <38692350+hifabienne@users.noreply.github.com> Date: Mon, 18 Jul 2022 21:30:19 +0200 Subject: [PATCH] chore: Update issue templates (#3979) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/okr.md | 13 ------------- .github/ISSUE_TEMPLATE/story.md | 14 -------------- .github/ISSUE_TEMPLATE/task.md | 5 +---- 4 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/okr.md delete mode 100644 .github/ISSUE_TEMPLATE/story.md 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** - [ ] ... - [ ] ...