-
Notifications
You must be signed in to change notification settings - Fork 20.9k
Add structured Bug Report Issue Template (Fixes #6763) #7116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add structured Bug Report Issue Template (Fixes #6763) #7116
Conversation
codecov-commenter
commented
Nov 25, 2025
Codecov Report
✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.50%. Comparing base (1c6026e) to head (9e279f0).
Additional details and impacted files
@@ Coverage Diff @@ ## master #7116 +/- ## ========================================= Coverage 78.50% 78.50% Complexity 6752 6752 ========================================= Files 759 759 Lines 22402 22402 Branches 4400 4400 ========================================= Hits 17587 17587 Misses 4109 4109 Partials 706 706
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Nihhaar0002
commented
Nov 25, 2025
Hi ,
This PR is ready for review — it now includes only the bug report issue template, matching the structure requested in issue #6763.
I’m currently participating in my university's open-source evaluation program where merged contributions are counted for grading. My submission deadline is very soon, so if possible, I would really appreciate a quick review on this PR.🙌
Please let me know if I should update or improve anything — I’m happy to make any changes required. Thank you so much!
This PR introduces a new GitHub Issue Template specifically for reporting bugs.
-Sections for Summary, Environment, Steps, Expected vs Actual behavior
-Areas for logs, configuration files, screenshots, and additional context
This helps contributors report bugs more accurately and improves issue triaging.
Fixes #6763
Let me know if you'd like any changes!