Skip to content

Commit 6fe5ea3

Browse files
committed
Add bug report issue template
1 parent a307acd commit 6fe5ea3

1 file changed

Lines changed: 105 additions & 0 deletions

File tree

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
name: Bug Report
2+
3+
description: Use this template to report a bug.
4+
5+
title: "Bug: {bug summary}"
6+
7+
labels: [bug]
8+
9+
body:
10+
- type: markdown
11+
attributes:
12+
value: |
13+
Please ensure to redact sensitive information such as IP addresses, usernames, and passwords.
14+
- type: input
15+
id: bug_summary
16+
attributes:
17+
label: "Bug Summary"
18+
description: "A short summary of the bug"
19+
placeholder: "e.g. Plugin crashes when opening settings"
20+
- type: textarea
21+
id: expected_behavior
22+
attributes:
23+
label: "Expected Behavior"
24+
description: "What you expected to happen"
25+
placeholder: "e.g. The plugin should open the settings"
26+
- type: textarea
27+
id: actual_behavior
28+
attributes:
29+
label: "Actual Behavior"
30+
description: "What actually happened"
31+
placeholder: "e.g. The plugin crashes"
32+
- type: textarea
33+
id: reproduction_steps
34+
attributes:
35+
label: "Reproduction Steps"
36+
description: "Steps to reproduce the bug"
37+
placeholder: "1. Open the plugin 2. Click settings"
38+
- type: input
39+
id: frequency
40+
attributes:
41+
label: "Frequency"
42+
description: "How often does this bug occur?"
43+
placeholder: "e.g. Every time, sometimes"
44+
- type: input
45+
id: decky_loader_version
46+
attributes:
47+
label: "Decky Loader Version"
48+
placeholder: "e.g. 0.5.0"
49+
- type: input
50+
id: steam_deck_os_version
51+
attributes:
52+
label: "Steam Deck OS Version"
53+
placeholder: "e.g. 3.1.0"
54+
- type: input
55+
id: plugin_version_commit
56+
attributes:
57+
label: "Plugin Version/Commit"
58+
placeholder: "e.g. commit hash or version number"
59+
- type: input
60+
id: installation_method
61+
attributes:
62+
label: "Installation Method"
63+
placeholder: "e.g. Steam, manually, etc."
64+
- type: input
65+
id: ftp_client_used
66+
attributes:
67+
label: "FTP Client Used"
68+
placeholder: "e.g. FileZilla, WinSCP"
69+
- type: input
70+
id: network_setup
71+
attributes:
72+
label: "Network Setup"
73+
description: "Wired/Wifi, Router/AP model"
74+
placeholder: "e.g. Wired, Netgear RAX200"
75+
- type: textarea
76+
id: logs
77+
attributes:
78+
label: "Logs"
79+
description: "Attach or paste logs related to the bug"
80+
placeholder: "e.g. Error logs"
81+
- type: textarea
82+
id: screenshots
83+
attributes:
84+
label: "Screenshots"
85+
description: "Attach or paste screenshots of the issue"
86+
- type: textarea
87+
id: additional_context
88+
attributes:
89+
label: "Additional Context"
90+
description: "Any other relevant information"
91+
- type: checkbox
92+
id: searched_existing_issues
93+
attributes:
94+
label: "I have searched existing issues"
95+
required: true
96+
- type: checkbox
97+
id: on_latest_release
98+
attributes:
99+
label: "I am on the latest release"
100+
required: true
101+
- type: checkbox
102+
id: included_logs
103+
attributes:
104+
label: "I have included logs"
105+
required: true

0 commit comments

Comments
 (0)