forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ramya Parimi
committed
Sep 8, 2021
1 parent
d9b9ea6
commit bb3accf
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
### Self review | ||
|
||
You should always review your own PR first. | ||
|
||
For content changes, make sure that you: | ||
|
||
- [ ] Confirm that the changes meet the user experience and goals outlined in the content design plan (if there is one). | ||
- [ ] Compare your pull request's source changes to staging to confirm that the output matches the source and that everything is rendering as expected. This helps spot issues like typos, content that doesn't follow the style guide, or content that isn't rendering due to versioning problems. Remember that lists and tables can be tricky. | ||
- [ ] Review the content for technical accuracy. | ||
- [ ] Review the entire pull request using the [localization checklist](contributing/localization-checklist.md). | ||
- [ ] Copy-edit the changes for grammar, spelling, and adherence to the [style guide](https://github.com/github/docs/blob/main/contributing/content-style-guide.md). | ||
- [ ] Check new or updated Liquid statements to confirm that versioning is correct. | ||
- [ ] If there are any failing checks in your PR, troubleshoot them until they're all passing. |