From a1dc9014390c0d900331bf83e00ad27b179bb7f0 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Thu, 14 Jul 2022 16:58:54 +0300 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/report_issue.yml | 35 ++-------------------- .github/ISSUE_TEMPLATE/request_feature.yml | 9 ------ .github/ISSUE_TEMPLATE/request_source.yml | 6 ---- 3 files changed, 3 insertions(+), 47 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/report_issue.yml b/.github/ISSUE_TEMPLATE/report_issue.yml index 1a8d37db0..2fefff18c 100644 --- a/.github/ISSUE_TEMPLATE/report_issue.yml +++ b/.github/ISSUE_TEMPLATE/report_issue.yml @@ -25,27 +25,7 @@ body: 2. Second step 3. Issue here validations: - required: true - - - type: textarea - id: expected-behavior - attributes: - label: Expected behavior - placeholder: | - Example: - "This should happen..." - validations: - required: true - - - type: textarea - id: actual-behavior - attributes: - label: Actual behavior - placeholder: | - Example: - "This happened instead..." - validations: - required: true + required: false - type: input id: kotatsu-version @@ -54,7 +34,7 @@ body: description: | You can find your Kotatsu version in **Settings → About**. placeholder: | - Example: "3.3.1" + Example: "3.3" validations: required: true @@ -67,7 +47,7 @@ body: placeholder: | Example: "Android 12" validations: - required: true + required: false - type: textarea id: other-details @@ -80,15 +60,6 @@ body: id: acknowledgements attributes: label: Acknowledgements - description: Your issue will be closed if you haven't done these steps. 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 written a short but informative title. - required: true - - label: I have updated the app to version **[3.3.1](https://github.com/KotatsuApp/Kotatsu/releases/latest)**. - required: true - - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/KotatsuApp/Kotatsu/issues/new/choose). - 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 a66c3c7ee..023943e91 100644 --- a/.github/ISSUE_TEMPLATE/request_feature.yml +++ b/.github/ISSUE_TEMPLATE/request_feature.yml @@ -25,15 +25,6 @@ body: id: acknowledgements attributes: label: Acknowledgements - description: Your issue will be closed if you haven't done these steps. 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 written a short but informative title. - required: true - - label: If this is an issue with the app itself, I should be opening an issue in the [app repository](https://github.com/KotatsuApp/Kotatsu/issues/new/choose). - 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_source.yml b/.github/ISSUE_TEMPLATE/request_source.yml index 55277ad6a..b9d0bc166 100644 --- a/.github/ISSUE_TEMPLATE/request_source.yml +++ b/.github/ISSUE_TEMPLATE/request_source.yml @@ -45,13 +45,7 @@ body: 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 written a title with source name. - required: true - - label: I have updated the app to version **[3.3.1](https://github.com/KotatsuApp/Kotatsu/releases/latest)**. - 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 - - label: I will fill out all of the requested information in this form. required: true \ No newline at end of file