Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.05 KB

pull_request_template.md

File metadata and controls

30 lines (19 loc) · 1.05 KB

Issue Description

Please include a summary of the issue.

Fixes # (issue)

Changes Made

Please describe the changes that you made.

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?
  • My code follows the code style of this organization.

New Feature Submissions:

  1. Does your submission pass tests?
  2. Have you lint your code locally prior to submission?

Changes to Core Features:

  • 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 ran tests with your changes locally?
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)