It is generally useful for PR authors to go through their own PR first to make sure that commonly occurring feedback and issues have already been addressed. This checklist should help remind contributors what to look out for and is a living doc that we can modify and add to. I ask these questions to myself before submitting a PR, when looking through my changes in the "pre-PR-submit-view". Where possible leverage linter tools and CI gates to help address some of these. For example, for spell-check, here are some solutions to make things easier within the developer inner-loop: - VS Code extension: [Code Spell Checker](https://marketplace.visualstudio.com/items?itemName=streetsidesoftware.code-spell-checker) - VS Code extension: [Markdown linter](https://github.com/DavidAnson/vscode-markdownlint) - Browser extension: [Site Spell](https://www.site-spell.com/) |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| PULL_REQUEST_TEMPLATE | ||
| CODEOWNERS | ||