Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 611 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

10 lines (9 loc) · 611 Bytes

Before submitting your PR, please review the following checklist:

  • CONSIDER adding a unit test if your PR resolves an issue.
  • CONSIDER adding an example to the documentation if your PR is a new feature.
  • DO describe the reasoning behind your PR and how it accomplishes it.
  • DO keep pull requests small so they can be easily reviewed.
  • DO make sure unit tests pass.
  • DO make sure you've updated the documentation accordingly.
  • AVOID breaking the continuous integration build.
  • AVOID making significant changes to the overall architecture.