Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.14 KB

pull_request_template.md

File metadata and controls

22 lines (17 loc) · 1.14 KB

Summary

Replace this text with a description of the changes in this Pull Request. Be sure to include the purpose of the changes, an overview of what changed, and any other relevant information.

Checklist

  • Pull Request title follows Conventional Commit specification format: type(scope): description
  • Pull Request title is appended with Notion task ID in square brackets: [TASK-123]
  • Branch has been rebased against latest merge destination branch; this is typically main or master.
  • Linter (ESLint) and formatter (Prettier) has been applied on the code changes.
  • There is test coverage on the changes made by this Pull Request.
  • Documentation has been updated where necessary or comments were added where additional clarity is required.
  • Reviewer has been assigned to this Pull Request.

Notion Pull Request template Notion PR templates