Thank you for your interest in contributing to loopctl.
- Check GitHub Issues for open items
- Fork the repository and create a feature branch
- Follow the setup instructions in README.md
- Run the full quality gate before submitting:
mix precommit
All contributions must pass:
mix compile --warnings-as-errors-- Zero compiler warningsmix format --check-formatted-- Consistent formattingmix credo --strict-- Static analysismix dialyzer-- Type checkingmix test-- Full test suite with 100% pass rate
Please use GitHub Issues to report bugs or request features. Include reproduction steps and relevant error output when possible.