Skip to content

Commit ddd349e

Browse files
committed
Add a checkbox in bug report
1 parent bb4b285 commit ddd349e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ body:
1818
label: Before submitting a new issue
1919
description: Please perform simple checks first.
2020
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
21+
- label: I tested using the latest version of the library, as the bug might be already fixed.
22+
required: true
23+
- label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native.
24+
required: true
25+
- label: I checked for possible duplicate issues, with possible answers.
26+
required: true
2527
- type: textarea
2628
id: summary
2729
attributes:

0 commit comments

Comments
 (0)