TODOs:
- Commits have meaningful description, they are relatively small.
- PR have meaningful description.
- Fixed or added new code.
- Covered changes with tests (should be close to 100% coverage for new code).
- Code is well-documented (public functions have @doc blocks).
- If environment variables were added,
.env
andannon.infra
is changed correspondingly.
If you submit new feature:
- Describe a use-case for this feature.
- Documentation in README.md and apiary.apib is updated to match latest changes.