Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 721 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

26 lines (18 loc) · 721 Bytes

You want to make a PR to Talos

Thanks so much :) First, please take a moment to carefully check through the below items:

Sanity

  • I'm aware of the implications of the proposed changes
  • Code is PEP8
  • I'm making the PR to master
  • I've updated the versions based on Semantic Versioning
    • talos/__init__.py
    • docs/index.html
    • docs/_coverpage.md

Docs

Tests

  • Changes have gone through actual use testing
  • All local tests have passed (run ./test.sh in /talos)
  • Tests have been updated to reflect the changes