mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-03 02:52:39 +00:00
712 B
712 B
Contributing
Thanks for contributing to Claude HUD. This repo is small and fast-moving, so we optimize for clarity and quick review.
How to Contribute
- Fork and clone the repo
- Create a branch
- Make your changes
- Run tests and update docs if needed
- Open a pull request
Development
npm ci
npm run build
npm test
Tests
See TESTING.md for the full testing strategy, fixtures, and snapshot updates.
Code Style
- Keep changes focused and small.
- Prefer tests for behavior changes.
- Avoid introducing dependencies unless necessary.
Pull Requests
- Describe the problem and the fix.
- Include tests or explain why they are not needed.
- Link issues when relevant.