aboutsummaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-05-11 07:49:50 +0000
committerLibravatar GitHub <noreply@github.com>2020-05-11 07:49:50 +0000
commit951485403e90853b9043b7a1c729995ab062878f (patch)
treeba07afde7c4831ebf01a25cdc1c4a13d00bcf093 /.github/ISSUE_TEMPLATE
parentRemove confusing reference to yarn in GitHub pull request template (#725) (diff)
downloadferdium-app-951485403e90853b9043b7a1c729995ab062878f.tar.gz
ferdium-app-951485403e90853b9043b7a1c729995ab062878f.tar.zst
ferdium-app-951485403e90853b9043b7a1c729995ab062878f.zip
Review GitHub issues/pull requests templates (#732)
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md34
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request.md3
-rw-r--r--.github/ISSUE_TEMPLATE/open_issue.md8
3 files changed, 22 insertions, 23 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index e206b128f..efad9f6a2 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,12 +8,11 @@ Please fill our form below, this way we can analyse and fix the problem as fast
8Please keep in mind that any text inside "<!--" and "--\>" are comments from us and won't be 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. 9visible in your bug report, so please don't put any text in them.
10--> 10-->
11**Describe the bug** 11**Bug description:**
12<!-- Add a clear and concise description of what the bug is --> 12<!-- Add a clear and concise description of what the bug is -->
13 13
14**To Reproduce** 14**Steps to reproduce:**
15<!-- Explain to us how we can reproduce your bug on our computer --> 15<!-- Explain to us how we can reproduce your bug on our computer -->
16Steps to reproduce the behavior:
17 16
181. Go to '...' 171. Go to '...'
192. Click on '....' 182. Click on '....'
@@ -27,27 +26,18 @@ Steps to reproduce the behavior:
27<!-- If applicable, add screenshots to help explain your problem. --> 26<!-- 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 --> 27<!-- You can simply drag and drop any image file into the editor to add it to the report -->
29 28
30**Desktop:** 29**Environment:**
31 30
32- OS: [e.g. macOS, Windows 10 etc.] 31- Operating System: <!-- e.g. macOS Catalina, Windows 10, etc. -->
33- Ferdi Version [e.g. 5.4.3] 32- Ferdi Version: <!-- e.g. 5.4.3 -->
34<!-- ℹ You can find Ferdi's version by opening File > About Ferdi or Help > About Ferdi, depending on your Operating System --> 33- Server: <!-- e.g. Ferdi, Franz, Using without an account -->
35- Server Used: [e.g. https://api.getferdi.com]
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. -->
37 34
35- Debug information:
38<!-- 36<!--
39If you are using Ferdi >= 5.4.4-beta.2 please publish your debugging information and share them in your bug report. 37Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then
40To publish a bug report, inside Ferdi's menu bar click on "Help" > "Publish debug information", accept our terms 38share a debug information file or your published link with us.
41and copy the link given to you.
42--> 39-->
43Debug information: https://debug.getferdi.com/...
44 40
45**Additional context** 41<!-- Please consider supporting Ferdi!
46<!-- Add any other context about the problem here. --> 42👉 https://github.com/sponsors/getferdi
47 43👉 https://opencollective.com/getferdi/donate -->
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-->
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md
index 5535496d2..61353797c 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -15,5 +15,6 @@ A clear and concise description of any alternative solutions or features you've
15**Additional context** 15**Additional context**
16Add any other context or screenshots about the feature request here. 16Add any other context or screenshots about the feature request here.
17 17
18<!-- Love Ferdi? Please consider supporting our collective: 18<!-- Please consider supporting Ferdi!
19👉 https://github.com/sponsors/getferdi
19👉 https://opencollective.com/getferdi/donate --> 20👉 https://opencollective.com/getferdi/donate -->
diff --git a/.github/ISSUE_TEMPLATE/open_issue.md b/.github/ISSUE_TEMPLATE/open_issue.md
new file mode 100644
index 000000000..c7c279643
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/open_issue.md
@@ -0,0 +1,8 @@
1---
2name: Open issue
3about: For everything that's neither a feature request, nor a bug
4---
5
6<!-- Please consider supporting Ferdi!
7👉 https://github.com/sponsors/getferdi
8👉 https://opencollective.com/getferdi/donate -->