diff options
author | Nick Brassel <nick@tzarc.org> | 2020-08-07 06:16:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 06:16:14 +1000 |
commit | 8dc2502177ea24b31190b073f4a0fdef92d73bff (patch) | |
tree | 7c01cb0bcf6a9d5fb25693f9ad7e150a6676adb1 /docs/_summary.md | |
parent | 547410b65514b14acb37496c89d68618d20d16a6 (diff) |
Add PR checklist document. (#9913)
* Add PR checklist document.
* Update docs/pr_checklist.md
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Ryan <fauxpark@gmail.com>
* Reword the lower/raise/adjust suggestion somewhat for clarity.
* Add suggestion from @Didel for coding conventions.
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/_summary.md')
-rw-r--r-- | docs/_summary.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_summary.md b/docs/_summary.md index 63c54ec219..9ed55a3d06 100644 --- a/docs/_summary.md +++ b/docs/_summary.md @@ -111,6 +111,7 @@ * [Velocikey](feature_velocikey.md) * Developing QMK + * [PR Checklist](pr_checklist.md) * Breaking Changes * [Overview](breaking_changes.md) * [My Pull Request Was Flagged](breaking_changes_instructions.md) |