From d4439613d1b8d31d59517582378e8343f96c7107 Mon Sep 17 00:00:00 2001 From: Anna Stepanyan Date: Wed, 4 Dec 2024 18:26:41 +0100 Subject: [PATCH 1/3] Update improvement-template.md --- .github/ISSUE_TEMPLATE/improvement-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/improvement-template.md b/.github/ISSUE_TEMPLATE/improvement-template.md index 26e560835..2fe135770 100644 --- a/.github/ISSUE_TEMPLATE/improvement-template.md +++ b/.github/ISSUE_TEMPLATE/improvement-template.md @@ -3,6 +3,7 @@ name: Improvement template about: Template that will help you to submit the idea for an improvement to the code base. title: '' labels: t/improvement +type: Improvement assignees: '' --- From fbc1f7eb56c7365d8fde38ec08f9d2f40dda28e2 Mon Sep 17 00:00:00 2001 From: Anna Stepanyan Date: Wed, 4 Dec 2024 18:28:41 +0100 Subject: [PATCH 2/3] Update epic-template.md --- .github/ISSUE_TEMPLATE/epic-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/epic-template.md b/.github/ISSUE_TEMPLATE/epic-template.md index 5f666b0a7..6f47e4d59 100644 --- a/.github/ISSUE_TEMPLATE/epic-template.md +++ b/.github/ISSUE_TEMPLATE/epic-template.md @@ -4,6 +4,7 @@ about: A set of related tasks contributing towards specific outcome, comprising more than 1 week of work. title: 'Epic: ' labels: t/Epic +type: Epic assignees: '' --- From b3a8f971db4d29f80800988cd8871b6587addae8 Mon Sep 17 00:00:00 2001 From: Anna Stepanyan Date: Wed, 4 Dec 2024 18:28:51 +0100 Subject: [PATCH 3/3] Update bug-template.md --- .github/ISSUE_TEMPLATE/bug-template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/bug-template.md b/.github/ISSUE_TEMPLATE/bug-template.md index cd6c7d48c..947894afa 100644 --- a/.github/ISSUE_TEMPLATE/bug-template.md +++ b/.github/ISSUE_TEMPLATE/bug-template.md @@ -3,6 +3,7 @@ name: Bug template about: Template that will help you to submit a visible and actionable bug report. title: 'Bug: ' labels: t/bug +type: Bug assignees: '' ---