From f783f889209336522ed98d8d9769497dae17de4e Mon Sep 17 00:00:00 2001 From: Nikita Barsukov Date: Mon, 21 Oct 2024 16:14:41 +0300 Subject: [PATCH] chore: use issue type for issue templates (#1790) --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 1 + .github/ISSUE_TEMPLATE/2-feature-request.yml | 1 + .github/ISSUE_TEMPLATE/3-documentation.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index f35d9c533..ce7d3f6f1 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -2,6 +2,7 @@ name: '🐞 - Bug Report' title: '🐞 - ' description: Report a bug in the Maskito labels: ['bug'] +type: Bug body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/2-feature-request.yml b/.github/ISSUE_TEMPLATE/2-feature-request.yml index e66f1c485..b0d291d39 100644 --- a/.github/ISSUE_TEMPLATE/2-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/2-feature-request.yml @@ -2,6 +2,7 @@ name: '🚀 - Feature Request' title: '🚀 - ' description: Suggest a feature for Maskito labels: ['feature'] +type: Feature body: - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/3-documentation.yml b/.github/ISSUE_TEMPLATE/3-documentation.yml index 2f24c64a0..a915594b4 100644 --- a/.github/ISSUE_TEMPLATE/3-documentation.yml +++ b/.github/ISSUE_TEMPLATE/3-documentation.yml @@ -2,6 +2,7 @@ name: '📚 - Documentation' title: '📚 - ' description: Report an issue in Maskito's documentation labels: ['documentation'] +type: Documentation body: - type: input