mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-11 22:51:26 +00:00
Remove type of change from PR template (#4987)
Remove type of change section from PR template Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
parent
5b501d0e84
commit
df2871be18
1 changed files with 0 additions and 13 deletions
13
.github/pull_request_template.md
vendored
13
.github/pull_request_template.md
vendored
|
|
@ -30,19 +30,6 @@ Detail the steps to test your changes. This helps reviewers verify your work.
|
|||
- Include relevant testing environment details if applicable.
|
||||
-->
|
||||
|
||||
### Type of Change
|
||||
|
||||
<!-- Mark all applicable boxes with an 'x'. -->
|
||||
|
||||
- [ ] 🐛 **Bug Fix**: Non-breaking change that fixes an issue.
|
||||
- [ ] ✨ **New Feature**: Non-breaking change that adds functionality.
|
||||
- [ ] 💥 **Breaking Change**: Fix or feature that would cause existing functionality to not work as expected.
|
||||
- [ ] ♻️ **Refactor**: Code change that neither fixes a bug nor adds a feature.
|
||||
- [ ] 💅 **Style**: Changes that do not affect the meaning of the code (white-space, formatting, etc.).
|
||||
- [ ] 📚 **Documentation**: Updates to documentation files.
|
||||
- [ ] ⚙️ **Build/CI**: Changes to the build process or CI configuration.
|
||||
- [ ] 🧹 **Chore**: Other changes that don't modify `src` or test files.
|
||||
|
||||
### Pre-Submission Checklist
|
||||
|
||||
<!-- Go through this checklist before marking your PR as ready for review. -->
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue