Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 842 Bytes

File metadata and controls

31 lines (22 loc) · 842 Bytes

Contributing to peerclaw-picoclaw-plugin

Thank you for your interest in contributing! This plugin is community maintained.

Getting Started

  1. Fork the repository
  2. Create a feature branch: git checkout -b my-feature
  3. Make your changes
  4. Run tests: go test ./...
  5. Commit and push: git push origin my-feature
  6. Open a pull request

Guidelines

  • 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

Reporting Issues

Open an issue on GitHub with:

  • A clear description of the problem
  • Steps to reproduce
  • Expected vs actual behavior
  • Go version and PicoClaw version

License

By contributing, you agree that your contributions will be licensed under the Apache-2.0 license.