From cdf06578c1d22d9c02322539b5e7344556c650df Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Thu, 30 Jun 2022 18:24:44 +0300 Subject: [PATCH] [Issue template] Add old version of issue templates This is need for some GitHub clients like Octodroid and something else --- .github/ISSUE_TEMPLATE.md | 31 ++++++++++++++++++++++ .github/ISSUE_TEMPLATE/report_issue.yml | 4 +-- .github/ISSUE_TEMPLATE/request_feature.yml | 12 +++++++-- 3 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..3d6ce20cd --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,31 @@ +**PLEASE READ THIS** + +I acknowledge that: + +- I have updated: + - To the latest version of the app (https://github.com/KotatsuApp/Kotatsu/releases/latest) + - All extensions +- If this is an issue with a parser, that I should be opening an issue in https://github.com/KotatsuApp/kotatsu-parsers +- I have searched the existing issues and this is new ticket **NOT** a duplicate or related to another open or closed issue +- I will fill out the title and the information in this template + +Note that the issue will be automatically closed if you do not fill out the title or requested information. + +**DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT** + +--- + +## Device information +* Kotatsu version: ? +* Android version: ? +* Device: ? + +## Steps to reproduce +1. First step +2. Second step + +## Issue/Request +? + +## Other details +Additional details and attachments. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index d0766690f..4bc2d2de9 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -44,7 +44,7 @@ body: label: Kotatsu version description: You can find your Kotatsu version in **Settings → About**. placeholder: | - Example: "3.3.1" + Example: "3.3" validations: required: true @@ -87,7 +87,5 @@ body: required: true - label: If this is an issue with a source, I should be opening an issue in the [parsers repository](https://github.com/KotatsuApp/kotatsu-parsers/issues/new). required: true - - label: I have updated the app to version **[3.3.1](https://github.com/KotatsuApp/Kotatsu/releases/latest)**. - required: true - label: I will fill out all of the requested information in this form. required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/request_feature.yml b/.github/ISSUE_TEMPLATE/request_feature.yml index 7bd0e002e..b49ba479b 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -21,6 +21,16 @@ body: placeholder: | Additional details and attachments. + - 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: checkboxes id: acknowledgements attributes: @@ -33,7 +43,5 @@ body: required: true - label: If this is an issue with a source, I should be opening an issue in the [parsers repository](https://github.com/KotatsuApp/kotatsu-parsers/issues/new). required: true - - label: I have updated the app to version **[3.3.1](https://github.com/KotatsuApp/Kotatsu/releases/latest)**. - required: true - label: I will fill out all of the requested information in this form. required: true \ No newline at end of file