Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 972 Bytes

PULL_REQUEST_TEMPLATE.md

File metadata and controls

18 lines (14 loc) · 972 Bytes

Type of Request

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Does your code follow the code style of this project?
  • Does your change require a change to the documentation?
  • Have you updated the documentation accordingly?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your core changes, as applicable?
  • Have you successfully run tests with your changes locally?
  • Did you put closes #XXXX in your comment to auto-close the issue that your PR fixes (if such)?