Skip to content

Commit f1d6ea7

Browse files
Add bug report template
1 parent c72ab4f commit f1d6ea7

File tree

1 file changed

+88
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)