Skip to content

Commit 660be08

Browse files
committed
chore: update the bug report template
1 parent 961abdc commit 660be08

2 files changed

Lines changed: 70 additions & 50 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 50 deletions
This file was deleted.
Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
name: Bug Report
2+
description: File a bug report
3+
title: 'issue: '
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Thanks for taking the time to fill out this bug report!
9+
- type: input
10+
id: version
11+
attributes:
12+
label: Version Number
13+
description: What's the version number?
14+
placeholder: Version number.
15+
validations:
16+
required: true
17+
- type: input
18+
id: codesandbox
19+
attributes:
20+
label: Codesandbox/Expo snack
21+
description: Codesandbox/Expo snack link
22+
validations:
23+
required: true
24+
- type: markdown
25+
attributes:
26+
value: |
27+
- [JS](https://codesandbox.io/s/great-paper-deove) Template
28+
- [TS](https://codesandbox.io/s/eager-sun-jt4df) Template
29+
- type: textarea
30+
id: what-happened
31+
attributes:
32+
label: Steps to reproduce
33+
placeholder: Tell us what you see!
34+
value: |
35+
1. Go to '...'
36+
2. Click on '....'
37+
3. Scroll down to '....'
38+
4. See error
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: what-expect
43+
attributes:
44+
label: Expected behaviour
45+
validations:
46+
required: true
47+
- type: dropdown
48+
id: browsers
49+
attributes:
50+
label: What browsers are you seeing the problem on?
51+
multiple: true
52+
options:
53+
- Firefox
54+
- Chrome
55+
- Safari
56+
- Edge
57+
- type: textarea
58+
id: logs
59+
attributes:
60+
label: Relevant log output
61+
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
62+
render: shell
63+
- type: checkboxes
64+
id: terms
65+
attributes:
66+
label: Code of Conduct
67+
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/react-hook-form/resolvers/blob/master/CODE_OF_CONDUCT.md)
68+
options:
69+
- label: I agree to follow this project's Code of Conduct
70+
required: true

0 commit comments

Comments
 (0)