Contributing¶
Thanks for being interested in contributing to this project.
Please follow these:
Make sure tox passes
Write tests for new features or fixes.
Tests for this project can be hard, especially when AX API is involved.
Follow angular commit style message
Notes:
Run tox -e checkpermissions
to see what needs AX permission.
Remember to revoke permission when it’s no longer needed.
Commit Messages¶
Follow angular commit format
This helps with auto-deploying from master
pre-commit¶
Pre-commit is configured