mirror of
https://github.com/cline/cline.git
synced 2026-09-15 04:14:34 +08:00
3.6 KiB
3.6 KiB
For community contributors, before submitting this PR, please ensure you have:
- Opened an issue to discuss your proposed changes with the community
- Received approval from a core Cline contributor to proceed with the implementation
- Linked the issue below in the "Related Issue" section
Exceptions: Small bug fixes, typo corrections, minor wording improvements, or simple type fixes that don't change functionality may be submitted directly.
Why this requirement? We deeply appreciate all community contributions - they are the core reason we're able to operate successfully and keep innovating! We welcome community input and want to make it as easy as possible for people to submit quality work. This process helps our core maintainers review new ideas faster and saves contributor time by ensuring you have the go-ahead before spending time on implementation.
Related Issue
Issue: #XXXX
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