aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-02-19 16:14:46 +0100
committerLibravatar GitHub <noreply@github.com>2020-02-19 16:14:46 +0100
commit388a34ecd0dbe8c2927561e2da53edabaa40a54a (patch)
tree27a11294628331e5ba96a20b8cdb1c74c877e5ba /.github
parentMerge pull request #384 from dpeukert/remove-layout-zoom-limits (diff)
downloadferdium-app-388a34ecd0dbe8c2927561e2da53edabaa40a54a.tar.gz
ferdium-app-388a34ecd0dbe8c2927561e2da53edabaa40a54a.tar.zst
ferdium-app-388a34ecd0dbe8c2927561e2da53edabaa40a54a.zip
Improve bug report template
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md38
1 files changed, 28 insertions, 10 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index c298ded4a..e206b128f 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -2,11 +2,17 @@
2name: Bug report 2name: Bug report
3about: Create a report to help us improve 3about: Create a report to help us improve
4--- 4---
5<!--
6Please fill our form below, this way we can analyse and fix the problem as fast as possible.
5 7
8Please keep in mind that any text inside "<!--" and "--\>" are comments from us and won't be
9visible in your bug report, so please don't put any text in them.
10-->
6**Describe the bug** 11**Describe the bug**
7A clear and concise description of what the bug is. 12<!-- Add a clear and concise description of what the bug is -->
8 13
9**To Reproduce** 14**To Reproduce**
15<!-- Explain to us how we can reproduce your bug on our computer -->
10Steps to reproduce the behavior: 16Steps to reproduce the behavior:
11 17
121. Go to '...' 181. Go to '...'
@@ -15,21 +21,33 @@ Steps to reproduce the behavior:
154. See error 214. See error
16 22
17**Expected behavior** 23**Expected behavior**
18A clear and concise description of what you expected to happen. 24<!-- If applicable, add a description of what you expected to happen. -->
19 25
20**Screenshots** 26**Screenshots**
21If applicable, add screenshots to help explain your problem. 27<!-- If applicable, add screenshots to help explain your problem. -->
28<!-- You can simply drag and drop any image file into the editor to add it to the report -->
22 29
23**Desktop (please complete the following information):** 30**Desktop:**
24 31
25- OS: [e.g. macOS, Windows 10 etc.] 32- OS: [e.g. macOS, Windows 10 etc.]
26- Ferdi Version [e.g. 5.4.3] 33- Ferdi Version [e.g. 5.4.3]
27<!-- You can find Ferdi's version by opening File > About Ferdi or Help > About Ferdi, depending on your Operating System --> 34<!-- ℹ You can find Ferdi's version by opening File > About Ferdi or Help > About Ferdi, depending on your Operating System -->
28- Server Used: [e.g. https://api.getferdi.com] 35- Server Used: [e.g. https://api.getferdi.com]
29<!-- You can find Ferdi's server in Ferdi's settings under "Server". If you self-host or use Ferdi without an account please say so. --> 36<!-- ℹ You can find Ferdi's server in Ferdi's settings under "Server". If you self-host or use Ferdi without an account please say so. -->
30 37
31**Additional context** 38<!--
32Add any other context about the problem here. 39If you are using Ferdi >= 5.4.4-beta.2 please publish your debugging information and share them in your bug report.
40To publish a bug report, inside Ferdi's menu bar click on "Help" > "Publish debug information", accept our terms
41and copy the link given to you.
42-->
43Debug information: https://debug.getferdi.com/...
33 44
34<!-- Love Ferdi? Please consider supporting our collective: 45**Additional context**
35👉 https://opencollective.com/getferdi/donate --> 46<!-- Add any other context about the problem here. -->
47
48<!--
49Love Ferdi? Please consider supporting our open-collective:
50👉 https://opencollective.com/getferdi/donate
51or following us on Twitter:
52👉 https://twitter.com/getferdi
53-->