Skip to content

Commit 5bafe67

Browse files
committed
Add GitHub issue form for bug reports
1 parent 3d8edaf commit 5bafe67

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
name: Bug Report
2+
description: Report a bug or issue with Rommlet
3+
labels: ["bug"]
4+
body:
5+
- type: input
6+
id: rommlet-version
7+
attributes:
8+
label: Rommlet Version
9+
description: Found in the About screen in the app
10+
placeholder: "1.0.0"
11+
validations:
12+
required: true
13+
- type: input
14+
id: romm-version
15+
attributes:
16+
label: RomM Version
17+
description: The version of your RomM server
18+
placeholder: "4.6.0"
19+
validations:
20+
required: true
21+
- type: dropdown
22+
id: hardware
23+
attributes:
24+
label: 3DS Hardware
25+
options:
26+
- Old 3DS
27+
- Old 3DS XL
28+
- Old 2DS
29+
- New 3DS
30+
- New 3DS XL
31+
- New 2DS XL
32+
- Other
33+
validations:
34+
required: true
35+
- type: dropdown
36+
id: launch-method
37+
attributes:
38+
label: Launched Via
39+
options:
40+
- Home Menu (CIA)
41+
- Homebrew Launcher (3DSX)
42+
validations:
43+
required: true
44+
- type: textarea
45+
id: description
46+
attributes:
47+
label: Description
48+
description: What happened? What did you expect to happen?
49+
validations:
50+
required: true

0 commit comments

Comments
 (0)