* feat: add pull request templates for bug fixes, features, and integrations - Introduced a comprehensive pull request template structure to streamline contributions. - Added specific templates for bug fixes, new features, and integrations to enhance clarity and consistency in PR submissions. - Configured the pull request template settings for better user guidance during the contribution process. * chore: fix format * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * chore: implement PR requested changes --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1.0 KiB
1.0 KiB
What type of PR is this?
- 🐛 Bug fix
- ✨ Feature
- 🔌 Integration
- 📝 Docs
- 🧹 Refactor
- Other:
Description
Related Issues
How to Test This
# Example commands or steps
Expected result:
Contributor Checklist
- Created changeset:
npm run changeset - Tests pass:
npm test - Format check passes:
npm run format-check(ornpm run formatto fix) - Addressed CodeRabbit comments (if any)
- Linked related issues (if any)
- Manually tested the changes
Changelog Entry
For Maintainers
- PR title follows conventional commits
- Target branch correct
- Labels added
- Milestone assigned (if applicable)