mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
964 B
964 B
Description
Type of Change
- 🐛 Bug fix (non-breaking change which fixes an issue)
- ✨ New feature (non-breaking change which adds functionality)
- 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
- 📚 Documentation update
Pre-flight Checklist
- Changes are limited to a single feature, bugfix or chore (split larger changes into separate PRs)
- Tests are passing (
npm test) and code is formatted and linted (npm run format && npm run lint) - I have reviewed contributor guidelines