-
Notifications
You must be signed in to change notification settings - Fork 10.7k
feat: Replace Markdown Bug Report with GitHub Issue Template #1146
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
base: main
Are you sure you want to change the base?
Conversation
Reviewer's GuideThis pull request updates the bug reporting process by replacing the existing Markdown template with a GitHub YAML issue form, utilizing GitHub's structured issue template feature. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @aryan-dani - I've reviewed your changes - here's some feedback:
- Update the placeholder link to the Code of Conduct in the new issue form.
- Consider adding default assignees or a team to the
assignees
field in the issue form for faster triage.
Here's what I looked at during the review
- 🟢 General issues: all looks good
- 🟢 Security: all looks good
- 🟢 Testing: all looks good
- 🟢 Documentation: all looks good
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
…e Code of Conduct reference
Addressed the feedback on the
|
Hi team! Just checking in on this PR. It aims to improve the bug reporting process by adopting GitHub's issue forms. I'm open to feedback or suggestions. Let me know if any changes are needed. Thanks! |
Hi team, just following up on this PR. I addressed the feedback provided earlier and made the requested updates to the issue form. Let me know if there's anything else you'd like me to tweak before merging. Appreciate your time and review! Thanks again. |
This PR replaces the previous Markdown-based bug report template (
.github/ISSUE_TEMPLATE/bug_report.md
) with the standard GitHub YAML issue form (.github/ISSUE_TEMPLATE/bug_report.yml
).This change leverages GitHub's built-in issue forms feature to provide a more structured and user-friendly way for contributors to report bugs, ensuring all necessary information is captured consistently.
Changes:
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/bug_report.md
This aligns with modern GitHub practices for managing issue templates.
Summary by Sourcery
Replace Markdown bug report template with a GitHub YAML issue form to improve bug reporting process
New Features:
Documentation:
Chores: