Skip to content

Commit b9e4737

Browse files
authored
Create 1_bug_report.yml
1 parent ecf776b commit b9e4737

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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.
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+
- type: textarea
23+
attributes:
24+
label: Description
25+
validations:
26+
required: true
27+
- type: textarea
28+
attributes:
29+
label: How to replicate the issue
30+
description: Include the steps to reproduce and 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.
31+
validations:
32+
required: true
33+
- type: input
34+
attributes:
35+
label: Extension version
36+
validations:
37+
required: true
38+
- type: input
39+
attributes:
40+
label: Browser(s) used
41+
validations:
42+
required: true

0 commit comments

Comments
 (0)