From 11d5c45ebc743b4c284f86b404b76b2e14d7016f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=9A=80=20Andrew=20R=2E=20DeFilippis?= Date: Tue, 24 Feb 2026 19:17:35 +0000 Subject: [PATCH] Add pull request template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Most MeshCore PRs lack structured descriptions — testing info, hardware verification, and related issue links are frequently missing. This adds a compact PR template with summary, type of change, hardware tested, and test plan sections to encourage consistent, reviewable submissions. Co-Authored-By: Claude Opus 4.6 --- .github/pull_request_template.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..493c7b7b1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,26 @@ +## Summary + + + +## Type of Change + +- [ ] Bug fix +- [ ] New feature +- [ ] Board / variant support +- [ ] Breaking change +- [ ] Build system / CI +- [ ] Refactor / code quality +- [ ] Documentation + +## Hardware Tested + + + + +## Test Plan + + + +- [ ] Compiles without warnings on target environment(s): ___ +- [ ] Tested on physical hardware +- [ ] Tested via companion app: ___