Thank you for your interest in contributing! This plugin is community maintained.
- Fork the repository
- Create a feature branch:
git checkout -b my-feature - Make your changes
- Run tests:
go test ./... - Commit and push:
git push origin my-feature - Open a pull request
- Follow existing Go code style and conventions
- Add tests for new functionality
- Keep changes focused — one feature or fix per PR
- Update README if adding new configuration options
Open an issue on GitHub with:
- A clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Go version and PicoClaw version
By contributing, you agree that your contributions will be licensed under the Apache-2.0 license.