platform-chaos/.github/PULL_REQUEST_TEMPLATE.md

788 B

Description

Checklist for success

  • This change isn't already implemented by a pending pull request
  • This change is a child commit of a reasonably recent commit in the master branch
    • Requests need not be a single commit, but should be a linear sequence of commits (i.e. no merge commits in your PR)
  • All tests pass locally (see the testing section for more info)
  • All New behaviors or major functional changes have tests