Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 653 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

23 lines (15 loc) · 653 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

Docs

  • Docs are updated
  • Docs version is correct (index.html and _coverpage.md)

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