From ff33dc50f902b71bb7940a66269ac2bf194a59c7 Mon Sep 17 00:00:00 2001 From: Kirill Date: Tue, 10 Dec 2024 11:54:06 +0100 Subject: [PATCH] fix(issue_templates): add about field to the new issues template (#4389) --- .github/ISSUE_TEMPLATE/epic.md | 2 +- .github/ISSUE_TEMPLATE/investigation_or_research.md | 2 +- .github/ISSUE_TEMPLATE/software_design.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md index 8ec6bff056..abacf66d94 100644 --- a/.github/ISSUE_TEMPLATE/epic.md +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -1,6 +1,6 @@ --- name: Epic -about: +about: Template for Epic type of issue title: 'collection of business/tech scope' labels: 'Epic' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/investigation_or_research.md b/.github/ISSUE_TEMPLATE/investigation_or_research.md index 735fe2f0ec..2a52ac124c 100644 --- a/.github/ISSUE_TEMPLATE/investigation_or_research.md +++ b/.github/ISSUE_TEMPLATE/investigation_or_research.md @@ -1,6 +1,6 @@ --- name: Investigation -about: +about: Template for issues that requires investigation or research title: ' Investigate/ Research on ...' labels: 'T-investigation' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/software_design.md b/.github/ISSUE_TEMPLATE/software_design.md index a9814fb758..e459d050a2 100644 --- a/.github/ISSUE_TEMPLATE/software_design.md +++ b/.github/ISSUE_TEMPLATE/software_design.md @@ -1,6 +1,6 @@ --- name: Software Design -about: +about: Template for issues that is a requirement for software design title: 'Design ...' labels: 'T-design' assignees: ''