Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.57 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

76 lines (44 loc) · 1.57 KB

Pull Request Checklist

  • Read the contributing guidelines.
  • Linked to an issue: Fixes # (replace with the issue number, if applicable)
  • Branch is up-to-date with the base branch: master
  • Changes pass tests locally: npm test or yarn test
  • Documentation has been updated, if necessary
  • Code follows the style guide of the project

Description

Screenshots (if applicable)

Additional Notes

Related Issues or PRs

Reviewer Guidelines

Testing Instructions

Checklist for Reviewers

  • Code follows project conventions and style
  • Changes do not introduce new warnings or errors
  • Unit tests cover the changes
  • Documentation is updated ​

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License.