From 34363e6875b907983f64f2fb3ea2268dfae59ab6 Mon Sep 17 00:00:00 2001 From: Wolfsblvt Date: Thu, 13 Mar 2025 11:38:40 +0100 Subject: [PATCH] Add issue types to issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 + .github/ISSUE_TEMPLATE/feature-request.yml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 10734f74e..1ff252a65 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,4 +1,5 @@ name: Bug Report 🐛 +type: Bug description: Report something that's not working the intended way. Support requests for external programs (reverse proxies, 3rd party servers, other peoples' forks) will be refused! Please use English only. title: '[BUG] ' labels: ['🐛 Bug'] diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 088a8acf3..04d02e23a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,4 +1,5 @@ name: Feature Request ✨ +type: Feature description: Suggest an idea for future development of this project. Please use English only. title: '[FEATURE_REQUEST] <title>' labels: ['🦄 Feature Request'] @@ -32,7 +33,7 @@ body: id: solution attributes: label: Describe the solution you'd like - placeholder: An outline of how you would like this to be implemented, include as much details as possible + placeholder: An outline of how you would like this to be implemented, include as much details as possible validations: required: true