Skip to content

Commit cba4884

Browse files
Add bug report template
1 parent c72ab4f commit cba4884

File tree

1 file changed

+87
-0
lines changed

1 file changed

+87
-0
lines changed
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
name: Bug Report
2+
description: Open an issue to ask for a GenHotkeys bug to be fixed.
3+
title: "Your bug report title here"
4+
labels: ["bug"]
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
> [!WARNING]
10+
> Before posting an issue, please read the **checklist at the bottom**.
11+
Thanks for taking the time to fill out this bug report!
12+
Please make sure you follow these instructions and fill in every question with as much detail as possible.
13+
- type: textarea
14+
id: description
15+
attributes:
16+
label: Description
17+
description: |
18+
Write a detailed description telling us what the issue is, and if/when the bug occurs.
19+
validations:
20+
required: true
21+
22+
- type: input
23+
id: genhotkeys-version
24+
attributes:
25+
label: GenHotkeys Version
26+
description: |
27+
What version of GenHotkeys are you using? Please provide a link to the exact GenHotkeys build used, especially if it's not a release build.
28+
validations:
29+
required: true
30+
31+
- type: textarea
32+
id: steps
33+
attributes:
34+
label: Steps To Reproduce
35+
description: |
36+
Tell us how to reproduce this issue so the developer(s) can reproduce the bug.
37+
value: |
38+
1.
39+
2.
40+
3.
41+
...
42+
validations:
43+
required: true
44+
45+
- type: textarea
46+
id: expected
47+
attributes:
48+
label: Expected Behaviour
49+
description: |
50+
Tell us what should happen.
51+
validations:
52+
required: true
53+
54+
- type: textarea
55+
id: actual
56+
attributes:
57+
label: Actual Behaviour
58+
description: |
59+
Tell us what actually happens instead.
60+
validations:
61+
required: true
62+
63+
- type: textarea
64+
id: context
65+
attributes:
66+
label: Additional Context
67+
description: |
68+
Attach additional files or links to content related to the bug report here, like:
69+
- images/gifs/videos to illustrate the bug;
70+
- files or configs that are needed to reproduce the bug;
71+
- a debug log.
72+
- type: checkboxes
73+
id: checks
74+
attributes:
75+
label: Checklist
76+
description: Please read and ensure you followed all the following options.
77+
options:
78+
- label: The issue happens on the **latest** version of GenHotkeys and wasn't fixed yet.
79+
required: true
80+
- label: I agree to elaborate the details if requested and provide thorough testing if the bugfix is implemented.
81+
required: true
82+
- label: I added a very descriptive title to this issue.
83+
required: true
84+
- label: I used the GitHub search and read the issue list to find a similar issue and didn't find it.
85+
required: true
86+
- label: I have attached as much information as possible *(screenshots, gifs, videos, client logs, etc)*.
87+
required: true

0 commit comments

Comments
 (0)