📝Markdown & HTML
Pull Request Template
Markdown structure for high-quality code reviews.
Explanation
A good PR description helps reviewers understand the context and intent of the changes.
Examples
PR Body
Output
## Summary ## Type of Change - [x] Bug fix
Code Examples
PR Template
## Summary
What does this PR do?
## Related Issue
Fixes # (issue)
## Type of Change
- [ ] 🐛 Bug fix
- [ ] ✨ New feature
- [ ] 📝 Documentation update
## Checklist
- [ ] My code follows the style guidelines
- [ ] I have performed a self-review
- [ ] I have added testsTry it Now
💡 Tips
- Link the related issue so it closes automatically on merge
- Use checkboxes [ ] for reviewer checklists
- Keep the "Summary" concise but informative
⚠️ Common Pitfalls
- Avoid "Fix stuff" descriptions; they provide no value to reviewers