Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit c0e55d6

Browse files
committed
Add a checkbox in bug report
1 parent 5a9c9ff commit c0e55d6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ 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.
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.
2224
required: true
2325
- label: I checked for possible duplicate issues, with possible answers.
2426
required: true

0 commit comments

Comments
 (0)