Contributing¶
- Fork / branch from
main - Install:
pip install -e ".[testing,linting,docs]" - Run tests:
python -m pytestortox - Run hooks:
pre-commit run --all-files - Add a towncrier news fragment under
news/for user-visible changes - Open a pull request
Template changes that affect all pure-Python children must land in ateco first (AR-036).