Skip to content

Commit a4a038d

Browse files
committed
update the bug report template to use issue forms
1 parent 7c9a09c commit a4a038d

File tree

2 files changed

+38
-18
lines changed

2 files changed

+38
-18
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Bug Report
2+
description: Report a bug in Authenticator
3+
labels:
4+
- bug
5+
- unconfirmed
6+
body:
7+
- type: markdown
8+
attributes:
9+
value: |
10+
Do not use this form to ask about lost codes or accounts!
11+
Read more [here](https://authenticator.cc/docs/en/lost-codes).
12+
- type: textarea
13+
attributes:
14+
label: Describe the issue
15+
description: Include detailed steps to reproduce the issue if appropriate.
16+
validations:
17+
required: true
18+
- type: dropdown
19+
attributes:
20+
label: Browser
21+
options:
22+
- Chrome
23+
- Firefox
24+
- Edge
25+
- Other
26+
validations:
27+
required: true
28+
- type: input
29+
attributes:
30+
label: Browser Version
31+
validations:
32+
required: true
33+
- type: input
34+
attributes:
35+
label: Extension Version
36+
description: The extension version is found by clicking the cog at the top left and looking at the bottom of the page.
37+
validations:
38+
required: true

0 commit comments

Comments
 (0)