Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.1 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

30 lines (21 loc) · 1.1 KB

Description of Change

Write a brief but concise description of the changes you have made while also making sure to link the relevant issue number to this PR ( e.g. fixes #ISSUE-NUMBER - optional short description)

Checklist

  • PR description included and stakeholders cc'd
  • tests are changed or added
  • yarn test passes
  • yarn lint has been run
  • git pre-commit hook is successfully executed. (Please refrain from using --no-verify)
  • yarn changeset was run and relevant packages have been updated as a major/minor/patch bump with descriptions (Determine version update using Semantic Versioning)
  • relevant documentation is changed or added

Notes

Additional information relevant to the changes

© 2022 Thoughtworks, Inc.