Skip to content

Commit 2a314f3

Browse files
authored
Update bug_report.yml
1 parent 568f4e7 commit 2a314f3

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ body:
1111
1212
👋 Hi!
1313
14-
**🚨 Please read the following carefully before opening a new issue 🚨**
14+
**🚨 Please fill the following carefully before opening a new issue 🚨**
1515
*(Your issue may be closed if it doesn't provide the required pieces of information)*
16-
17-
Before submitting a new issue, please:
18-
19-
- Test using the latest release of the library, as maybe your bug has been already fixed.
20-
- Check for possible duplicate issues, with possible answers.
21-
- Check on [reactnative.directory](https://reactnative.directory) if this package supports your target platform (Android, iOS, Expo, …)
22-
23-
Is this still needed? Fill the form 👇
16+
- type: checkboxes
17+
attributes:
18+
label: Before submitting a new issue
19+
description: Please perform simple checks first.
20+
options:
21+
- label: I tested using the latest release of the library, as maybe the bug has been already fixed.
22+
required: true
23+
- label: I checked for possible duplicate issues, with possible answers.
24+
required: true
2425
- type: textarea
2526
id: summary
2627
attributes:
@@ -35,7 +36,7 @@ body:
3536
attributes:
3637
label: Library version
3738
description: What version of the library are you using?
38-
placeholder: 'x.x.x'
39+
placeholder: "x.x.x"
3940
validations:
4041
required: true
4142
- type: textarea

0 commit comments

Comments
 (0)