Thanks for your interest in contributing!
git clone https://github.com/kunchenguid/treehouse.git
cd treehouse
make build
make test- Fork the repo and create a branch from
main. - Make your changes.
- Run
make lintandmake testto verify. - Open a pull request.
- Keep PRs focused — one feature or fix per PR.
- Follow existing code style (
gofmtis enforced in CI). - Add tests for new functionality when possible.
Open a GitHub issue with steps to reproduce. Include your OS, architecture, and treehouse version (treehouse --version).
By contributing, you agree that your contributions will be licensed under the MIT License.