diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8689f21fd4..2d956cd0ff 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,6 +8,8 @@ labels: triage # Bug report +**Please note:** All issues must be submitted in **English**. If not, they will be closed automatically. + ### What I did ?? @@ -31,3 +33,12 @@ After I run ```composer update backpack/crud``` the bug... is it still there? ### Backpack, Laravel, PHP, DB version When I run ```php artisan backpack:version``` the output is: + +### Additional Information + +Here's some more info that could be helpful in reproducing or debugging: +- **Environment details (e.g., operating system, web server, browser):** ?? +- **Steps to reproduce the issue (if possible):** ?? +- **Relevant error logs or screenshots (if any):** ?? + +**Note:** Issues that cannot be reproduced or lack necessary details to diagnose could be closed.