|
9 | 9 |
|
10 | 10 | 👋 Hi! |
11 | 11 |
|
12 | | - **Please fill the following carefully before opening a new issue ❗** |
13 | | - *(Your issue may be closed if it doesn't provide the required pieces of information)* |
| 12 | + **Please read this carefully before opening an issue** |
| 13 | +
|
| 14 | + This project is maintained in free time. |
| 15 | + 👉 If you only open tickets but don’t provide a fix, a PR, or help with debugging, your issue may be **closed without further notice**. |
| 16 | + Please respect that and consider contributing instead of just reporting. |
14 | 17 | - type: checkboxes |
15 | 18 | attributes: |
16 | 19 | label: Before submitting a new issue |
17 | | - description: Please perform simple checks first. |
| 20 | + description: Perform these checks first |
18 | 21 | options: |
19 | | - - label: I tested using the latest version of the library, as the bug might be already fixed. |
| 22 | + - label: I tested using the latest version of the library (the bug might already be fixed). |
20 | 23 | required: true |
21 | | - - label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of react native. |
| 24 | + - label: I tested using a [supported version](https://github.com/reactwg/react-native-releases/blob/main/docs/support.md) of React Native. |
22 | 25 | required: true |
23 | 26 | - label: I checked for possible duplicate issues, with possible answers. |
24 | 27 | required: true |
| 28 | + - label: I am willing to help with debugging or contribute a fix (otherwise my issue might be closed). |
| 29 | + required: true |
25 | 30 | - type: textarea |
26 | 31 | id: summary |
27 | 32 | attributes: |
28 | 33 | label: Bug summary |
29 | 34 | description: | |
30 | 35 | Provide a clear and concise description of what the bug is. |
31 | | - If needed, you can also provide other samples: error messages / stack traces, screenshots, gifs, etc. |
| 36 | + If needed, include error messages / stack traces, screenshots, gifs, etc. |
32 | 37 | validations: |
33 | 38 | required: true |
34 | 39 | - type: input |
|
62 | 67 | id: reproducible-example |
63 | 68 | attributes: |
64 | 69 | label: Reproducible example repository |
65 | | - description: Please provide a link to a repository on GitHub with a reproducible example. |
| 70 | + description: Please provide a link to a repository on GitHub with a reproducible example (required for triage). |
66 | 71 | validations: |
67 | 72 | required: true |
0 commit comments