From bfec21c23d1f2bb6dd6c9b19e00f6f17c47d19bf Mon Sep 17 00:00:00 2001 From: Nathanaƫl Houn Date: Wed, 15 Feb 2023 19:43:08 +0100 Subject: docs: reorder issues templates --- .github/ISSUE_TEMPLATE/open_issue.yml | 16 ---------------- .github/ISSUE_TEMPLATE/something_else_open_issue.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/open_issue.yml create mode 100644 .github/ISSUE_TEMPLATE/something_else_open_issue.yml diff --git a/.github/ISSUE_TEMPLATE/open_issue.yml b/.github/ISSUE_TEMPLATE/open_issue.yml deleted file mode 100644 index 4c8296f90..000000000 --- a/.github/ISSUE_TEMPLATE/open_issue.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Something else? Open empty issue -description: For everything that's neither a feature request, nor a bug -body: - - type: markdown - attributes: - value: | - 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/ferdium-app/issues) by selecting the related issue category - 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-app/issues) by selecting the related issue category - 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium-app#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. - 4. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution. - - type: textarea - attributes: - label: "Your issue" - description: "Describe your issue" - validations: - required: true diff --git a/.github/ISSUE_TEMPLATE/something_else_open_issue.yml b/.github/ISSUE_TEMPLATE/something_else_open_issue.yml new file mode 100644 index 000000000..4c8296f90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/something_else_open_issue.yml @@ -0,0 +1,16 @@ +name: Something else? Open empty issue +description: For everything that's neither a feature request, nor a bug +body: + - type: markdown + attributes: + value: | + 1. Please remember that if you are logging a bug for some service that has *stopped working*, please log the bug [here](https://github.com/ferdium/ferdium-app/issues) by selecting the related issue category + 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-app/issues) by selecting the related issue category + 3. Please remember to read the [self-help documentation](https://github.com/ferdium/ferdium-app#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes. + 4. If you are adding screenshots and/or videos, please do add it in English so that a wider group of people can understand and help with resolution. + - type: textarea + attributes: + label: "Your issue" + description: "Describe your issue" + validations: + required: true -- cgit v1.2.3-54-g00ecf