Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 576 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

11 lines (10 loc) · 576 Bytes

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 and annon.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.