summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorxyzz <1065521+xyzz@users.noreply.github.com>2021-06-22 20:45:13 -0400
committerGitHub <noreply@github.com>2021-06-22 17:45:13 -0700
commit268d0efa7e3c600f5749670f51199c3f12022730 (patch)
tree773bb1a14374b69eb8aaed38e251e618a92f782e /docs
parent4ef2b0f81817aa24931293215b10dd5a031f109d (diff)
[Docs] pr_checklist: fix capitalization of Vial (#13301)
Diffstat (limited to 'docs')
-rw-r--r--docs/pr_checklist.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pr_checklist.md b/docs/pr_checklist.md
index 58df153031..9bfa79403d 100644
--- a/docs/pr_checklist.md
+++ b/docs/pr_checklist.md
@@ -68,7 +68,7 @@ https://github.com/qmk/qmk_firmware/pulls?q=is%3Apr+is%3Aclosed+label%3Akeyboard
- bare minimum required code for a board to boot into QMK should be present
- initialisation code for the matrix and critical devices
- mirroring existing functionality of a commercial board (like custom keycodes and special animations etc.) should be handled through non-`default` keymaps
- - VIAL-related files or changes will not be accepted, as they are not used by QMK firmware (no VIAL-specific core code has been submitted or merged)
+ - Vial-related files or changes will not be accepted, as they are not used by QMK firmware (no Vial-specific core code has been submitted or merged)
- `keyboard.c`
- empty `xxxx_xxxx_kb()` or other weak-defined default implemented functions removed
- commented-out functions removed too