Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 518 Bytes

File metadata and controls

21 lines (14 loc) · 518 Bytes

Contributing to Claude Priority Validator

Thank you for your interest in contributing!

How to Contribute

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/my-feature
  3. Make your changes
  4. Run tests: cd tests && ./test-action.sh
  5. Commit changes: git commit -m "Add my feature"
  6. Push to branch: git push origin feature/my-feature
  7. Open a Pull Request

Testing

All changes must pass the test suite (15/15 tests).

Questions?

Open an issue or discussion on GitHub!