From e56b3661418e9fea62dbe505289e36a63ac9c1f1 Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Fri, 28 Mar 2025 13:18:29 -0700 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 788e7a2e..b8bfb7a9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -16,6 +16,6 @@ - [ ] My code adheres to the project's coding and style guidelines. - [ ] I have conducted a self-review of my code. - [ ] I have commented my code, particularly in complex areas. -- [ ] I have made corresponding changes to the documentation. +- [ ] I have verified whether these changes require an update to existing documentation or if new documentation is needed, and created an issue in the [docs repo](http://github.com/meshtastic/meshtastic/issues) if applicable. - [ ] I have tested the change to ensure that it works as intended.