-
Notifications
You must be signed in to change notification settings - Fork 210
Feat add issue templates #1557
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
Feat add issue templates #1557
Conversation
📝 WalkthroughWalkthroughTwo new GitHub issue templates are added to standardize bug reports and feature requests. The templates include YAML front matter for metadata (name, title, labels, assignees) and structured sections with guidance text to guide contributors through the reporting process. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧠 Learnings (1)📚 Learning: 2025-12-25T19:19:04.954ZApplied to files:
🪛 markdownlint-cli2 (0.18.1).github/ISSUE_TEMPLATE/bug_report.md25-25: Emphasis used instead of a heading (MD036, no-emphasis-as-heading) 🔇 Additional comments (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
nice work! |
transphorm
left a comment
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.
lgtm! thanks
* Add issue templates for bug reports and feature requests * Remove test script from PR (not needed for issue templates)
Description
This PR adds two simple issue templates to help contributors and users report bugs and propose features more effectively:
Both templates:
The templates follow GitHub's standard format and are placed in
.github/ISSUE_TEMPLATE/directory.Tested
How to QA
Verify templates appear in GitHub:
Test Bug Report template:
Test Feature Request template:
Verify template files:
.github/ISSUE_TEMPLATE/*.mdfiles existNote
Introduces GitHub issue templates to standardize bug reports and feature/contribution requests.
.github/ISSUE_TEMPLATE/bug_report.mdwith security vulnerability note, sections for repro/expected/actual/env,[Bug]title prefix, andbuglabel.github/ISSUE_TEMPLATE/feature_request.mdwith guidance for complex features linking tocontribute.md, sections for description/motivation/solution,[Feature]title prefix, andenhancementlabelWritten by Cursor Bugbot for commit 6a06653. This will update automatically on new commits. Configure here.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.