Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 651 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 651 Bytes

Contributing

Thank you for considering contributing to our project! This document outlines the process for contributing.

Development Setup

  1. Fork the repository
  2. Clone your fork: git clone https://github.com/YOUR-USERNAME/claude-squad.git
  3. Add the upstream repository: git remote add upstream https://github.com/smtg-ai/claude-squad.git
  4. Install dependencies: go mod download

Code Standards

Lint

You can run the following command to lint the code:

gofmt -w .

Testing

Please include tests for new features or bug fixes.

Questions?

Feel free to open an issue for any questions about contributing.