From 31659cc1b2853c44b36987fd14295fb8401bb419 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Tue, 20 Sep 2022 18:56:06 +0800 Subject: [PATCH] env: Update some issues template --- .github/ISSUE_TEMPLATE/bug.yml | 2 ++ .github/ISSUE_TEMPLATE/feature.yml | 3 +++ .github/ISSUE_TEMPLATE/release_notes.yml | 33 ++++++++++-------------- 3 files changed, 18 insertions(+), 20 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index a7d55e40..615dd91f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -1,6 +1,8 @@ name: Bug Report title: Bug report xxx description: Report a bug +labels: + - bug body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 25dfdd02..aab9ac1e 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -1,6 +1,9 @@ name: Feature title: Feature xxx description: Suggest an idea +labels: + - feature + - enhancement body: - type: checkboxes attributes: diff --git a/.github/ISSUE_TEMPLATE/release_notes.yml b/.github/ISSUE_TEMPLATE/release_notes.yml index 25dfdd02..a027ee71 100644 --- a/.github/ISSUE_TEMPLATE/release_notes.yml +++ b/.github/ISSUE_TEMPLATE/release_notes.yml @@ -1,6 +1,8 @@ -name: Feature -title: Feature xxx -description: Suggest an idea +name: Release notes +title: Release notes for xxx +description: New version released +labels: + - release body: - type: checkboxes attributes: @@ -11,25 +13,16 @@ body: required: true - type: checkboxes attributes: - label: I want to suggest an idea and checked that ... - description: Make sure that your request fulfills all of the following requirements. If one requirement cannot be satisfied, explain in detail why. + label: Affected Module + description: Which modules have been changed. options: - - label: ... to my best knowledge, my idea wouldn't break something for other users - - label: ... the documentation does not mention anything about my idea - - label: ... there are no open or closed issues that are related to my idea + - label: Server + - label: Web + - label: Plugin + - label: Other - type: textarea attributes: - label: Description - description: Please describe your idea in a reasonable amount of detail. + label: Release notes + description: List of release details of the current version validations: required: true - - type: textarea - attributes: - label: Use Cases - description: Please describe how your idea would benefit you and other users. - validations: - required: true - - type: textarea - attributes: - label: Screenshots / Mockups - description: If applicable, provide mockups or screenshots. You can drag-and-drop images here, or link to external assets.