mirror of
https://github.com/cline/cline.git
synced 2026-09-09 15:02:23 +08:00
* Update scripts so that test runs all tests by default * Update PR Template to include new types
1.2 KiB
1.2 KiB
Description
Test Procedure
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)
- ♻️ Refactor Changes
- 💅 Cosmetic Changes
- 📚 Documentation update
- 🏃 Workflow Changes
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 created a changeset using
npm run changeset(required for user-facing changes) - I have reviewed contributor guidelines