Thank you for your interest in contributing!
- Fork the repository
- Create a feature branch:
git checkout -b feature/my-feature - Make your changes
- Run tests:
cd tests && ./test-action.sh - Commit changes:
git commit -m "Add my feature" - Push to branch:
git push origin feature/my-feature - Open a Pull Request
All changes must pass the test suite (15/15 tests).
Open an issue or discussion on GitHub!