From 52ff442fcc6a30969b75c162250c2d3c098b8f92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=AA=E6=9D=A5=E6=96=B9=E8=88=9F?= Date: Thu, 14 May 2026 00:48:27 +0800 Subject: [PATCH] Tune pull_request_template a bit (#3176) --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 7883429a0..8757ddc64 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -64,4 +64,6 @@ If you are modifying an existing app, make sure the wiki page reflects your chan - [ ] Attached proof of testing on real PortaPack hardware *(or marked N/A as a trusted contributor)* - [ ] Attached proof of testing against a real emitter/receiver (if RF-related), or marked N/A with justification - [ ] I understand that by getting this PR merged, I am implicitly agreeing to create or update the corresponding wiki page (including a main-screen screenshot, description, controls, and limitations) +- [ ] I own all rights to this code (i.e., all code contained in this PR), including compliant usage rights for third-party libraries, and I agree that this code is licensed under the license of this project (GPL-3.0). +- [ ] If any third-party libraries are used, I confirm that their licenses comply with the requirements for contributing to this repository. - [ ] Reviewed the [Contributing Guidelines](https://github.com/portapack-mayhem/mayhem-firmware/wiki/Contributing-Guidelines)