summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/open_issue.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/open_issue.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/open_issue.yml28
1 files changed, 17 insertions, 11 deletions
diff --git a/.github/ISSUE_TEMPLATE/open_issue.yml b/.github/ISSUE_TEMPLATE/open_issue.yml
index 7a8b22535..ba9c8715b 100644
--- a/.github/ISSUE_TEMPLATE/open_issue.yml
+++ b/.github/ISSUE_TEMPLATE/open_issue.yml
@@ -1,13 +1,19 @@
1name: Open issue 1name: Open empty issue
2description: For everything that's neither a feature request, nor a bug 2description: For everything that's neither a feature request, nor a bug
3body: 3body:
4- type: markdown 4 - type: markdown
5 attributes: 5 attributes:
6 value: | 6 value: |
7 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/fedium-recipes/issues) 7 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/fedium-recipes/issues)
8 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-recipes/pulls) 8 2. If you are requesting support for a new service in Ferdium, please log it [here](https://github.com/ferdium/ferdium-recipes/pulls)
9 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. 9 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.
10 4. Please fill our form below, this way we can analyse and fix the problem as fast as possible. 10 4. Please consider supporting Ferdium!
11 5. Please consider supporting Ferdium! 11 👉 https://github.com/sponsors/ferdium
12 👉 https://github.com/sponsors/ferdium 12 👉 https://opencollective.com/ferdium/donate
13 👉 https://opencollective.com/ferdium/donate 13
14 - type: textarea
15 attributes:
16 label: "Your issue"
17 description: "Describe your issue"
18 validations:
19 required: true