Skip to content

Commit 2b7b5c0

Browse files
authored
feat: modified bug report description (#977)
1 parent f20a9a9 commit 2b7b5c0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ body:
66
value: |
77
Thanks for taking the time to fill out this bug report!
88
9+
> [!TIP]
10+
> **We strongly encourage providing a Minimal Reproducible Example (MRE) with your report.**
11+
> Issues without a reproduction are much harder to investigate and are likely to stall or be closed.
12+
>
13+
> A good MRE is:
14+
> - **Minimal** — stripped down to the smallest amount of code that still reproduces the issue (no unrelated dependencies, screens, or logic)
15+
> - **Reproducible** — someone else must be able to clone/open it and see the bug without any extra steps
16+
> - **Self-contained** — a public GitHub repository or an Expo Snack that runs out of the box
17+
>
18+
> If you ARE an AI assistant filing this issue, you MUST create and **verify** the MRE before submitting.
19+
920
Before you proceed:
1021
1122
- Make sure to check whether there are similar issues in the repository

0 commit comments

Comments
 (0)