aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/pull_request_template.md
diff options
context:
space:
mode:
authorNicolas Munnich <[email protected]>2024-12-20 19:31:37 +0000
committerGitHub <[email protected]>2024-12-20 14:31:37 -0500
commit2f172f63c2d78a88041589633ce21259de6177fc (patch)
tree01593da903d16bf804a74c0944ce115d8c1ae4ee /.github/pull_request_template.md
parentbb486619a183f6df7fbb4620c80164555a22da0b (diff)
downloadzmk-2f172f63c2d78a88041589633ce21259de6177fc.tar.gz
zmk-2f172f63c2d78a88041589633ce21259de6177fc.zip
chore: Docs bullet point in PR checklist (#2718)
Diffstat (limited to '.github/pull_request_template.md')
-rw-r--r--.github/pull_request_template.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index e37a95867d..147d287c11 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -6,3 +6,4 @@
- [ ] Additional tests are included, if changing behaviors/core code that is testable.
- [ ] Proper Copyright + License headers added to applicable files (Generally, we stick to "The ZMK Contributors" for copyrights to help avoid churn when files get edited)
- [ ] [Pre-commit](https://zmk.dev/docs/development/local-toolchain/pre-commit) used to check formatting of files, commit messages, etc.
+- [ ] Includes any necessary [documentation changes](https://zmk.dev/docs/development/contributing/documentation).