From 44e28b40d34d52ae7d1661f5ac877fcfa5aa6e3f Mon Sep 17 00:00:00 2001 From: Koitharu Date: Fri, 2 Jun 2023 10:55:32 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/report_issue.yml | 114 +++++++++++----------- .github/ISSUE_TEMPLATE/request_source.yml | 87 +++++++++-------- 2 files changed, 102 insertions(+), 99 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 2fefff18..9a9562ec 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -1,65 +1,65 @@ name: 🐞 Issue report -description: Report a source issue in Kotatsu -labels: [bug] +description: Report a source issue with a source +labels: [ bug ] body: - - type: input - id: source - attributes: - label: Source information - description: | - You can find the source name in navigation drawer. - placeholder: | - Example: "MangaDex" - validations: - required: true + - type: input + id: source + attributes: + label: Source information + description: | + You can find the source name in navigation drawer. + placeholder: | + Example: "MangaDex" + validations: + required: true - - type: textarea - id: reproduce-steps - attributes: - label: Steps to reproduce - description: Provide an example of the issue. - placeholder: | - Example: - 1. First step - 2. Second step - 3. Issue here - validations: - required: false + - type: textarea + id: reproduce-steps + attributes: + label: Steps to reproduce + description: Provide an example of the issue. + placeholder: | + Example: + 1. First step + 2. Second step + 3. Issue here + validations: + required: false - - type: input - id: kotatsu-version - attributes: - label: Kotatsu version - description: | - You can find your Kotatsu version in **Settings → About**. - placeholder: | - Example: "3.3" - validations: - required: true + - type: input + id: kotatsu-version + attributes: + label: Kotatsu version + description: | + You can find your Kotatsu version in **Settings → About**. + placeholder: | + Example: "3.3" + validations: + required: true - - type: input - id: android-version - attributes: - label: Android version - description: | - You can find this somewhere in your Android settings. - placeholder: | - Example: "Android 12" - validations: - required: false + - type: input + id: android-version + attributes: + label: Android version + description: | + You can find this somewhere in your Android settings. + placeholder: | + Example: "Android 12" + validations: + required: false - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. + - type: textarea + id: other-details + attributes: + label: Other details + placeholder: | + Additional details and attachments. - - type: checkboxes - id: acknowledgements - attributes: - label: Acknowledgements - options: - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. - required: true \ No newline at end of file + - type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + options: + - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + required: true diff --git a/.github/ISSUE_TEMPLATE/request_source.yml b/.github/ISSUE_TEMPLATE/request_source.yml index d14d106a..d99ee190 100644 --- a/.github/ISSUE_TEMPLATE/request_source.yml +++ b/.github/ISSUE_TEMPLATE/request_source.yml @@ -1,50 +1,53 @@ name: 🌐 Source request description: Suggest a new source for Kotatsu -labels: [source request] +labels: [ source request ] body: - - type: input - id: name - attributes: - label: Source name - placeholder: | - Example: "Example Scans" - validations: - required: true + - type: markdown + attributes: + value: Please specify source **name** and **language** in the issue title + - type: input + id: name + attributes: + label: Source name + placeholder: | + Example: "Example Scans" + validations: + required: true - - type: input - id: link - attributes: - label: Source link - placeholder: | - Example: "https://example.org" - validations: - required: true + - type: input + id: link + attributes: + label: Source link + placeholder: | + Example: "https://example.org" + validations: + required: true - - type: input - id: language - attributes: - label: Language - placeholder: | - Example: "English" - validations: - required: true + - type: input + id: language + attributes: + label: Language + placeholder: | + Example: "English" + validations: + required: true - - type: textarea - id: other-details - attributes: - label: Other details - placeholder: | - Additional details and attachments. + - type: textarea + id: other-details + attributes: + label: Other details + placeholder: | + Additional details and attachments. - - type: checkboxes - id: acknowledgements - attributes: - label: Acknowledgements - options: - - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. - required: true - - label: I have checked that the source does not already exist on the app. - required: true - - label: I have checked that the source does not already exist by searching the [GitHub repository](https://github.com/KotatsuApp/kotatsu-parsers) and verified it does not appear in the code base. - required: true \ No newline at end of file + - type: checkboxes + id: acknowledgements + attributes: + label: Acknowledgements + options: + - label: I have searched the existing issues and this is a new ticket, **NOT** a duplicate or related to another open issue. + required: true + - label: I have checked that the source does not already exist on the app. + required: true + - label: I have checked that the source does not already exist by searching the [GitHub repository](https://github.com/KotatsuApp/kotatsu-parsers) and verified it does not appear in the code base. + required: true