From ad1faa5d3623c141b50d3faeed502d1f82895cc4 Mon Sep 17 00:00:00 2001 From: vfsfitvnm Date: Tue, 20 Dec 2022 12:39:22 +0100 Subject: [PATCH] Update issue template --- .github/ISSUE_TEMPLATE/bug_report.yaml | 10 +++--- .github/ISSUE_TEMPLATE/config.yml | 5 +++ .github/ISSUE_TEMPLATE/feature_request.yaml | 34 --------------------- 3 files changed, 9 insertions(+), 40 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yaml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 6a480c9..f33ee29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,14 +1,12 @@ name: Bug report -description: Create a bug report to help us improve +description: Something isn't working, uh? labels: [bug] body: - type: markdown attributes: value: | - **1- I am able to reproduce the bug with the [latest version](https://github.com/vfsfitvnm/vimusic/releases/latest).** - **2- I've checked that there is no issue about this bug.** - **3- This issue contains only one bug.** - **4- The title of this issue accurately describes the bug.** + ## ⚠ Make sure you are able to reproduce the bug with the [latest version](https://github.com/vfsfitvnm/vimusic/releases/latest). + ## ⚠️Make sure there is no issue about this bug already. - type: textarea id: reproduce-steps @@ -65,7 +63,7 @@ body: attributes: label: ViMusic version placeholder: | - Example: "0.1.2" + Example: "0.5.4" validations: required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..f42133e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: 🐛 Bug report + url: https://github.com/vfsfitvnm/ViMusic/issues/new?assignees=&labels=bug&template=bug_report.yaml + about: Something isn't working, uh? diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml deleted file mode 100644 index dcf8dcf..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ /dev/null @@ -1,34 +0,0 @@ -name: Feature request -description: Suggest an idea for ViMusic -labels: [enhancement] -body: - - type: markdown - attributes: - value: | - **1- I've checked that there is no other issue about this feature request.** - **2- This issue contains only one feature request.** - **3- The title of this issue accurately describes the feature request.** - - - type: textarea - id: feature-description - attributes: - label: Feature description - description: What feature you want the app to have? Provide detailed description about what it should look like or where it should be added. - validations: - required: true - - - type: textarea - id: why-is-the-feature-requested - attributes: - label: Why do you want this feature? - description: Describe the problem or limitation that motivates you to want this feature to be added. - validations: - required: true - - - type: textarea - id: additional-information - attributes: - label: Additional information - description: Add any other context or screenshots about the feature request here. - placeholder: | - Additional details and attachments.