- Notifications
You must be signed in to change notification settings - Fork20.8k
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Add structured Bug Report Issue Template (Fixes #6763)#7116
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecov-commenter commentedNov 25, 2025
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
Nihhaar0002 commentedNov 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!