Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 712 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

16 lines (9 loc) · 712 Bytes

Description of proposed changes

Fixes #

Reminders

  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.