From 1ccc86ea4135a986fc26c74cacfb4c3b79729fc5 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2026 20:06:50 +0200 Subject: [PATCH] doc: Add requirement for comments in PR template --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e077795..d7e81c2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -15,6 +15,7 @@ Notes: --- ## Documentation +- [ ] Code contains appropriate comments (REQUIRED for medium to large PR's.) - [ ] Documentation updated if needed