Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 837 Bytes

File metadata and controls

33 lines (22 loc) · 837 Bytes

Contributing to Treehouse

Thanks for your interest in contributing!

Getting Started

git clone https://github.com/kunchenguid/treehouse.git
cd treehouse
make build
make test

Making Changes

  1. Fork the repo and create a branch from main.
  2. Make your changes.
  3. Run make lint and make test to verify.
  4. Open a pull request.

Guidelines

  • Keep PRs focused — one feature or fix per PR.
  • Follow existing code style (gofmt is enforced in CI).
  • Add tests for new functionality when possible.

Reporting Issues

Open a GitHub issue with steps to reproduce. Include your OS, architecture, and treehouse version (treehouse --version).

License

By contributing, you agree that your contributions will be licensed under the MIT License.