bcb27abb96
- Add project overview, installation, and usage guide - Add contributing guidelines with setup and PR process - Add MIT licence
714 B
714 B
Contributing
Setup
git clone https://onixbyte.dev/onixbyte/claude-code-skill-manager.git
cd claude-code-skill-manager
cargo build
Before submitting
- Run
cargo fmtto format your code - Run
cargo clippyand fix any warnings - Ensure
cargo buildsucceeds
Pull requests
- Keep changes focused and atomic
- Write clear commit messages following the conventional commits format
- Open PRs against the
mainbranch
Issues
Bug reports and feature requests are welcome. Please include steps to reproduce when reporting bugs.
Licence
By contributing, you agree that your contributions will be licensed under the MIT Licence.