Skip to content

Commit ce13833

Browse files
committed
issue templates
1 parent 32fdf55 commit ce13833

4 files changed

Lines changed: 183 additions & 0 deletions

File tree

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
name: Feature Request
2+
description: Suggest an idea for this project
3+
labels: ["feature"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> [!IMPORTANT]
9+
> Before you start, check if there are already open or resolved similar issues.
10+
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Version
15+
description: Which App version do you use?
16+
placeholder: e.g. 1.0.0
17+
validations:
18+
required: true
19+
- type: input
20+
id: os
21+
attributes:
22+
label: OS
23+
description: Which operating system do you use?
24+
placeholder: e.g. Windows 11 21H2 build 22000
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: problem
29+
attributes:
30+
label: Is your feature request related to a problem?
31+
description: A clear and concise description of what the problem is.
32+
placeholder: A clear and concise description of what the problem is.
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: solution
37+
attributes:
38+
label: How would you like the problem to be solved?
39+
description: A clear and concise description of what you would like to happen.
40+
placeholder: A clear and concise description of what you would like to happen.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: alternatives
45+
attributes:
46+
label: What alternatives have you considered?
47+
description: A clear and concise description of any alternative solutions or features you have considered.
48+
placeholder: A clear and concise description of any alternative solutions or features you have considered.
49+
validations:
50+
required: true
51+
- type: textarea
52+
id: additional
53+
attributes:
54+
label: Additional information
55+
description: If applicable, add screenshots or other relevant information to help explain your problem.
Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
name: Bug Report
2+
description: Something isn't working correctly
3+
labels: ["bug"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> [!IMPORTANT]
9+
> Before you start, check if there are already open or resolved similar issues.
10+
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Version
15+
description: Which App version do you use?
16+
placeholder: e.g. 1.0.0
17+
validations:
18+
required: true
19+
- type: input
20+
id: os
21+
attributes:
22+
label: OS
23+
description: Which operating system do you use?
24+
placeholder: e.g. Windows 11 21H2 build 22000
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: troubleshoot
29+
attributes:
30+
label: What is wrong?
31+
description: Provide detailed description of what is wrong or does not work as expected.
32+
placeholder: Provide detailed description of what is wrong or does not work as expected.
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: description
37+
attributes:
38+
label: What did you try already?
39+
description: Provide detailed description of how did you troubleshoot the issue and what have you tried already.
40+
placeholder: Provide detailed description of how did you troubleshoot the issue and what have you tried already.
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: reproduce
45+
attributes:
46+
label: How to reproduce the bug?
47+
description: Describe how to reproduce the behavior. Be as specific as possible and provide as many details as possible.
48+
placeholder: |
49+
1. Go to '...'
50+
2. Click on '....'
51+
3. Scroll down to '....'
52+
4. See error
53+
validations:
54+
required: true
55+
- type: textarea
56+
id: expected-behaviour
57+
attributes:
58+
label: What is the behavior that you expected?
59+
description: Describe what did you expect would happen.
60+
placeholder: Describe what did you expect would happen.
61+
validations:
62+
required: true
63+
- type: textarea
64+
id: logs
65+
attributes:
66+
label: Logs
67+
placeholder: Please drag and drop log files here.
68+
description: Please drag and drop log files here.
69+
validations:
70+
required: true
71+
- type: textarea
72+
id: additional
73+
attributes:
74+
label: Additional information
75+
description: If applicable, add screenshots or other relevant information to help explain your problem.
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: Compatibility Request
2+
description: Request support for a device that is not supported
3+
labels: ["compatibility"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
> [!IMPORTANT]
9+
> Before you start, check if there are already open or resolved similar issues.
10+
11+
- type: input
12+
id: version
13+
attributes:
14+
label: Version
15+
description: Which App version do you use?
16+
placeholder: e.g. 1.0.0
17+
validations:
18+
required: true
19+
- type: input
20+
id: os
21+
attributes:
22+
label: OS
23+
description: Which operating system do you use?
24+
placeholder: e.g. Windows 11 21H2 build 22000
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: what-was-test
29+
attributes:
30+
label: Which features of the application did you test?
31+
description: A clear and concise description of features that were tested.
32+
placeholder: Type here...
33+
validations:
34+
required: true
35+
- type: textarea
36+
id: what-is-broken
37+
attributes:
38+
label: Which features of the application do not work as expected?
39+
description: A clear and concise description of features that do not work as expected.
40+
placeholder: Type here...
41+
validations:
42+
required: true
43+
- type: textarea
44+
id: logs
45+
attributes:
46+
label: Logs
47+
description: If you encountered problems, please drag and drop log files here.
48+
- type: textarea
49+
id: additional
50+
attributes:
51+
label: Additional information
52+
description: If applicable, add screenshots or other relevant information to help explain your problem.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

0 commit comments

Comments
 (0)