aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar kytwb <kytwb@pm.me>2022-01-11 17:20:44 +0100
committerLibravatar kytwb <kytwb@pm.me>2022-01-11 17:20:44 +0100
commita8c37a018673302dc1176f3ed63c919198c7125d (patch)
treefad1015ba5b274c2dece306fe2cc89a81661bd84 /.github
parentdocs: add Privatecoder as a contributor for userTesting (#2412) (diff)
downloadferdium-app-a8c37a018673302dc1176f3ed63c919198c7125d.tar.gz
ferdium-app-a8c37a018673302dc1176f3ed63c919198c7125d.tar.zst
ferdium-app-a8c37a018673302dc1176f3ed63c919198c7125d.zip
Iterate on issues config [skip ci]
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.yml106
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml4
2 files changed, 13 insertions, 97 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml
index ce6f33e17..dfb24d8fa 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.yml
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -1,84 +1,15 @@
1name: Bug Report 1name: Bug report
2description: Report an Ferdi bug 2description: Report a bug in Ferdi
3title: "" 3title: "Describe your bug"
4labels: ["bug :beetle:"] 4labels: ["bug :beetle:"]
5body: 5body:
6- type: markdown
7 attributes:
8 value: |
9 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/getferdi/recipes/issues)
10 2. Please remember to read the [self-help documentation](https://github.com/getferdi/ferdi#troubleshooting-recipes-self-help) - in case it helps you unblock yourself for issues related to old recipes.
11 3. If you are requesting support for a new service in Ferdi, please log it [here](https://github.com/getferdi/recipes/issues)
12 4. If none of the above pertain to your problem, please fill our form below, this way we can analyse and fix the problem as fast as possible.
13 5. Please consider supporting Ferdi!
14 👉 https://github.com/sponsors/getferdi
15 👉 https://opencollective.com/getferdi/donate
16- type: checkboxes 6- type: checkboxes
17 attributes: 7 attributes:
18 label: Preflight Checklist 8 label: Avoid duplicates
19 description: Please ensure you've completed all of the following. 9 description: Please ensure you've completed the following
20 options: 10 options:
21 - label: I have read the [Contributing Guidelines](https://github.com/getferdi/ferdi/blob/develop/CONTRIBUTING.md) for this project. 11 - label: I have searched the [issues tracker](https://github.com/getferdi/ferdi/issues) for a bug report similar to mine, in vain
22 required: true
23 - label: I agree to follow the [Code of Conduct](https://github.com/getferdi/ferdi/blob/develop/CODE_OF_CONDUCT.md) that this project adheres to.
24 required: true 12 required: true
25 - label: I have searched the [issue tracker](https://github.com/getferdi/ferdi/issues) for a feature request that matches the one I want to file, without success.
26 required: true
27- type: input
28 attributes:
29 label: Ferdi Version
30 description: What version of Ferdi are you using?
31 placeholder: 5.6.3
32 validations:
33 required: true
34- type: dropdown
35 attributes:
36 label: What operating system are you using?
37 options:
38 - Windows
39 - macOS
40 - Ubuntu
41 - Other Linux
42 - Other (specify below)
43 validations:
44 required: true
45- type: dropdown
46 attributes:
47 label: Server
48 options:
49 - Ferdi
50 - Franz
51 - Using without an account
52 - Other server (please specify in the steps to reproduce)
53 validations:
54 required: true
55- type: input
56 attributes:
57 label: Operating System Version
58 description: What operating system version are you using? On Windows, click Start button > Settings > System > About. On macOS, click the Apple Menu > About This Mac. On Linux, inside a terminal session, use lsb_release or uname -a.
59 placeholder: "e.g. Windows 10 version 1909, macOS Catalina 10.15.7, or Ubuntu 20.04"
60 validations:
61 required: true
62- type: dropdown
63 attributes:
64 label: What arch are you using?
65 options:
66 - x64
67 - ia32
68 - arm64 (including Apple Silicon)
69 - Other (specify below)
70 validations:
71 required: true
72- type: input
73 attributes:
74 label: Last Known working version of Ferdi
75 description: What is the last version of Ferdi this worked in, if applicable?
76 placeholder: 5.6.3
77- type: input
78 attributes:
79 label: Git SHA and/or build date
80 description: In the latest versions of Ferdi, we now also expose the GIT SHA and the build date. IF you are running one such version, please include this information as well.
81 placeholder: 9b29f041 / Sun May 09 2021 12:35:48 GMT+0200
82- type: textarea 13- type: textarea
83 attributes: 14 attributes:
84 label: Steps to reproduce 15 label: Steps to reproduce
@@ -92,30 +23,15 @@ body:
92 required: true 23 required: true
93- type: textarea 24- type: textarea
94 attributes: 25 attributes:
95 label: Expected Behavior 26 label: Debug link
96 description: A clear and concise description of what you expected to happen. 27 description: Get your debug link via Ferdi's "Help" > "Publish Debug Information", then share your link with us
97 validations:
98 required: true
99- type: textarea
100 attributes:
101 label: Actual Behavior
102 description: A clear description of what actually happens.
103 validations: 28 validations:
104 required: true 29 required: true
105- type: textarea 30- type: textarea
106 attributes: 31 attributes:
107 label: Screenshots 32 label: Screenshots
108 description: If applicable, add screenshots to help explain your problem. You can simply drag and drop any image file into the editor to add it to the report 33 description: If applicable, add screenshots to help visualize your problem
109- type: textarea
110 attributes:
111 label: Debug information
112 description: Get your debug information via Ferdi "Help" menu ("Copy/Publish Debug Information") then share a debug information file or your published link with us.
113- type: input
114 attributes:
115 label: Testcase Gist URL
116 description: If you can reproduce the issue in a standalone test case, please use [Electron Fiddle](https://github.com/electron/fiddle) to create one and to publish it as a [GitHub gist](https://gist.github.com) and put the gist URL here. This is **the best way** to ensure this issue is triaged quickly **and** does not regress in the future.
117 placeholder: https://gist.github.com/...
118- type: textarea 34- type: textarea
119 attributes: 35 attributes:
120 label: Additional Information 36 label: Additional information
121 description: If your problem needs further explanation, or if the issue you're seeing cannot be reproduced in a gist, please add more information here. 37 description: If your problem needs further explanation, please add more information here
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 99cc88f24..26833093e 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
1# blank_issues_enabled: false 1# blank_issues_enabled: false
2contact_links: 2contact_links:
3 - name: Ferdi Community Support 3 - name: Frequently Asked Questions
4 url: https://getferdi.com/faq/ 4 url: https://getferdi.com/faq/
5 about: Please see some basic questions here. If your question is not answered, please continue with raising an issue in github. 5 about: The FAQ answers the most frequently asked questions on Ferdi