aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE/something_else_open_issue.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/something_else_open_issue.yml')
-rw-r--r--.github/ISSUE_TEMPLATE/something_else_open_issue.yml16
1 files changed, 16 insertions, 0 deletions
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 @@
1name: Something else? Open empty issue
2description: For everything that's neither a feature request, nor a bug
3body:
4 - type: markdown
5 attributes:
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/ferdium-app/issues) by selecting the related issue category
8 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
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. 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.
11 - type: textarea
12 attributes:
13 label: "Your issue"
14 description: "Describe your issue"
15 validations:
16 required: true