Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 414 Bytes

self-review.md

File metadata and controls

10 lines (7 loc) · 414 Bytes

Self review

You should always review your own PR first.

For changes, make sure that you:

  • Verify that you are checking inn all files related to the PR. Remember to "add" new files.
  • Review the content for technical accuracy.
  • Verify the changes for adherence to the style guide.
  • If there are any failing checks in your PR, troubleshoot them until they're all passing.