diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index dbe0b55..d55c414 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,16 +11,17 @@ body: 👋 Hi! - **🚨 Please read the following carefully before opening a new issue 🚨** + **🚨 Please fill the following carefully before opening a new issue 🚨** *(Your issue may be closed if it doesn't provide the required pieces of information)* - - Before submitting a new issue, please: - - - Test using the latest release of the library, as maybe your bug has been already fixed. - - Check for possible duplicate issues, with possible answers. - - Check on [reactnative.directory](https://reactnative.directory) if this package supports your target platform (Android, iOS, Expo, …) - - Is this still needed? Fill the form 👇 + - type: checkboxes + attributes: + label: Before submitting a new issue + description: Please perform simple checks first. + options: + - label: I tested using the latest release of the library, as maybe the bug has been already fixed. + required: true + - label: I checked for possible duplicate issues, with possible answers. + required: true - type: textarea id: summary attributes: