From 8b8e2a49a0eebd307b9b7343d5affc7e33d6c50b Mon Sep 17 00:00:00 2001 From: 8LWXpg <105704427+8LWXpg@users.noreply.github.com> Date: Thu, 12 Dec 2024 17:43:45 +0800 Subject: [PATCH] update --- .github/ISSUE_TEMPLATE/bug.yml | 36 +++++++++++++++++------------- .github/ISSUE_TEMPLATE/feature.yml | 23 +++++++------------ 2 files changed, 29 insertions(+), 30 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index f329b08..89ed5b6 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,15 +1,21 @@ -name: 🐞 Bug report -description: Report a bug in the application - -labels: - - bug - -body: - - type: textarea - id: description - attributes: - label: Description - description: Please provide a clear and concise description of the bug you are experiencing. - validations: - required: true - +name: 🐞 Bug report +description: Report a bug in the application + +labels: + - bug + +body: + - type: textarea + id: description + attributes: + label: Description + description: Please provide a clear and concise description of the bug you are experiencing. + validations: + required: true + - type: textarea + id: reproduction + attributes: + label: Steps to reproduce + description: Provide a clear and concise description of the steps to reproduce the bug. + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index d50faa5..dac20aa 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -2,20 +2,13 @@ name: ✨ Feature request description: Suggest a new feature or enhancement for the extension labels: - - enhancement + - enhancement body: - - type: textarea - id: description - attributes: - label: Description - description: Provide a clear and concise description of the feature you are requesting. - validations: - required: true - - type: textarea - id: use-case - attributes: - label: Use case - description: Describe the use case for this feature. - validations: - required: true + - type: textarea + id: description + attributes: + label: Description + description: Provide a clear and concise description of the feature you are requesting. + validations: + required: true