You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Create a bug report for something that is broken
3
+
labels: [bug]
4
+
type: bug
5
+
body:
6
+
- type: markdown
7
+
attributes:
8
+
value: |
9
+
Thank you for reporting a bug.
10
+
11
+
Please fill in as much information as possible about your bug so that we don't have to play "information ping-pong" and can help you immediately.
12
+
13
+
- type: checkboxes
14
+
id: checklist
15
+
attributes:
16
+
label: "Checklist"
17
+
options:
18
+
- label: "I am able to reproduce the bug with the [latest version](https://github.com/xdev-software/template-placeholder/releases/latest)"
19
+
required: true
20
+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
21
+
required: true
22
+
- label: "I have taken the time to fill in all the required details. I understand that the bug report will be dismissed otherwise."
23
+
required: true
24
+
- label: "This issue contains only one bug."
25
+
required: true
26
+
27
+
- type: input
28
+
id: app-version
29
+
attributes:
30
+
label: Affected version
31
+
description: "In which version did you encounter the bug?"
32
+
placeholder: "x.x.x"
33
+
validations:
34
+
required: true
35
+
36
+
- type: textarea
37
+
id: description
38
+
attributes:
39
+
label: Description of the problem
40
+
description: |
41
+
Describe as exactly as possible what is not working.
42
+
validations:
43
+
required: true
44
+
45
+
- type: textarea
46
+
id: steps-to-reproduce
47
+
attributes:
48
+
label: Steps to reproduce the bug
49
+
description: |
50
+
What did you do for the bug to show up?
51
+
52
+
If you can't cause the bug to show up again reliably (and hence don't have a proper set of steps to give us), please still try to give as many details as possible on how you think you encountered the bug.
53
+
placeholder: |
54
+
1. Use '...'
55
+
2. Do '...'
56
+
validations:
57
+
required: true
58
+
59
+
- type: textarea
60
+
id: additional-information
61
+
attributes:
62
+
label: Additional information
63
+
description: |
64
+
Any other relevant information you'd like to include
Thank you for suggesting a new feature/enhancement.
10
+
11
+
- type: checkboxes
12
+
id: checklist
13
+
attributes:
14
+
label: "Checklist"
15
+
options:
16
+
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
17
+
required: true
18
+
- label: "I have taken the time to fill in all the required details. I understand that the feature request will be dismissed otherwise."
19
+
required: true
20
+
- label: "This issue contains only one feature request/enhancement."
- label: "I made sure that there are *no existing issues* - [open](https://github.com/xdev-software/template-placeholder/issues) or [closed](https://github.com/xdev-software/template-placeholder/issues?q=is%3Aissue+is%3Aclosed) - which I could contribute my information to."
16
+
required: true
17
+
- label: "I have taken the time to fill in all the required details. I understand that the question will be dismissed otherwise."
18
+
required: true
19
+
20
+
- type: textarea
21
+
id: what-is-the-question
22
+
attributes:
23
+
label: What is/are your question(s)?
24
+
validations:
25
+
required: true
26
+
27
+
- type: textarea
28
+
id: additional-information
29
+
attributes:
30
+
label: Additional information
31
+
description: "Any other information you'd like to include - for instance logs, screenshots, etc."
0 commit comments