Thank you for considering contributing to our project! This document outlines the process for contributing.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR-USERNAME/claude-squad.git
- Add the upstream repository:
git remote add upstream https://github.com/smtg-ai/claude-squad.git
- Install dependencies:
go mod download
You can run the following command to lint the code:
gofmt -w .
Please include tests for new features or bug fixes.
Feel free to open an issue for any questions about contributing.