Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 716 Bytes

self-review.md

File metadata and controls

17 lines (13 loc) · 716 Bytes

Self review

Self review

You should always review your own PR first.

For content changes, make sure that you:

  • Confirm that the changes meet our code of conduct.
  • Compare your pull request's source changes to target branch.
  • Review the content for technical accuracy.
  • All checks are ✅, troubleshoot them until they're all passing.
  • Docs have been added / updated
  • All exposed interfaces have documentation
  • All commits adhere to conventional commit specification
  • Branch has linear history
  • Matching changesets has been created