Thank you for your interest in contributing to Cassette! We appreciate your efforts in making this project better.
-
Fork the repository and clone it to your local machine.
-
Create a new branch for your contributions:
git checkout -b feature/your-feature-name
-
Make your changes and test them thoroughly.
-
Commit your changes using the following commit type format:
feat
: Add new feature xyz
fix
: Fix issue with abc
chore
: Update dependencies
refactor
: Refactor code in module xyz
docs
: Update README with new instructions
style
: Format code according to style guide
test
: Add unit tests for component xyz
perf
: Improve performance of algorithm
ci
: Update CI configuration
build
: Update build system
revert
: Revert previous commit on feature xyz
- Push your branch to your forked repository:
Please follow the established code style guidelines when making contributions. This ensures consistency across the project and makes it easier to review and maintain the codebase.
If you encounter any issues or have feature requests, please open an issue on the issue tracker. Provide a detailed description, steps to reproduce, and any relevant information.
Feel free to join our community chat at [link to chat] to ask questions, discuss ideas, or get help with any problems you may encounter.
Thank you once again for your contributions!