Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 500 Bytes

File metadata and controls

24 lines (17 loc) · 500 Bytes

Contributing to claude-arsenal

Thanks for your interest in contributing!

Development Setup

git clone https://github.com/majiayu000/claude-arsenal.git
cd claude-arsenal
uv pip install -e .
pytest

Guidelines

  • Follow existing code style
  • Add tests for new features
  • Commit messages: <type>: <description> (feat/fix/refactor/docs/test/chore)

Pull Requests

  1. Fork the repo and create your branch from main
  2. Ensure tests pass
  3. Submit a PR with a clear description