Skip to content

Commit f01072f

Browse files
authored
Create 1_bug_report.yml
1 parent d41526f commit f01072f

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
name: 🐛 Report a bug
2+
description: ———
3+
labels: bug
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
# Thanks for reporting a bug! ⛰
9+
10+
Help us replicate the issue by filling in this form. You can use the "Find feature" button in the options page to find which feature is causing the issue.
11+
12+
Please ensure:
13+
14+
- The bug is caused by Refined GitHub. It doesn't happen if I disable the extension.
15+
- The bug happens after clearing extension cache. The "Clear cache" button can be found in the options page. [](#clear-cache)
16+
17+
Include in this issue:
18+
19+
- Screenshots/video/gif demonstrating the bug, if it’s visual
20+
- Console errors, if any
21+
22+
- id: description
23+
type: textarea
24+
attributes:
25+
label: Description
26+
validations:
27+
required: true
28+
- id: repro
29+
type: textarea
30+
attributes:
31+
label: How to replicate the issue + URL
32+
description: ‼️‼️‼️ Every bug report MUST include A REAL URL where the bug appears. If it happens on a private repo, find an equivalent public URL, even if it doesn't happen there.
33+
validations:
34+
required: true
35+
- id: version
36+
type: input
37+
attributes:
38+
label: Extension version
39+
validations:
40+
required: true
41+
- id: browser
42+
type: input
43+
attributes:
44+
label: Browser(s) used
45+
validations:
46+
required: true
47+
- id: token
48+
type: checkboxes
49+
attributes:
50+
options:
51+
label: I set a token in the options page. I understand that some features require a token to work.
52+
required: true

0 commit comments

Comments
 (0)