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.yml15
1 files changed, 15 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..41e6f9187
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/something_else_open_issue.yml
@@ -0,0 +1,15 @@
1name: Open an 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. 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.
10 - type: textarea
11 attributes:
12 label: "Your issue"
13 description: "Describe your issue"
14 validations:
15 required: true