From 165c190d921eff776f6670fe6474157f632dbaab 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, 21 May 2026 21:51:56 +0800 Subject: [PATCH] Use html comments to make som text only visible by PR creator (#3186) * Use html comments to make som text only visible by PR creator * reformat a bit --- .github/pull_request_template.md | 66 +++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 22 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8757ddc64..5537a8eb9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,58 +1,80 @@ ## Brief description of what you did + + + + - --- ## Proof that your changes work + + + + -> ⚠️ **PRs without proof will not be merged.** Please provide evidence for every section below that applies to your change. -> -> 🛈 **Trusted contributors:** If you have a track record of merged PRs that were properly tested and documented, maintainers may waive one or more of the proof sections below at their discretion. You are still encouraged to include whatever evidence you have, but sections may be marked `N/A — trusted contributor` with a short note. First-time contributors must provide full proof. See the [Contributing Guidelines](https://github.com/portapack-mayhem/mayhem-firmware/wiki/Contributing-Guidelines) and [Trusted Contributors](https://github.com/portapack-mayhem/mayhem-firmware/wiki/Trusted-Contributors) articles for details. ### 🖥️ Proof it compiles - + + + + - ### 📱 Proof of testing on a real device + + + -Attach photos, screenshots, or a short video of your changes running on actual PortaPack hardware. **Emulator or simulator output is not a substitute for real-device testing.** - ### 📡 Proof against a real emitter/receiver (if applicable) + + -If your PR involves RX/TX, protocol decoding, signal generation, or any RF-related functionality, you **must** demonstrate it working against a real emitter or receiver. Include photos, videos, logs, or waterfall/spectrum screenshots. -If this section does not apply to your PR, write `N/A` below and briefly explain why. - --- ## 📚 Wiki documentation commitment - -**By submitting this PR, you acknowledge that once it is merged you are responsible for creating or updating the corresponding page on the [project wiki](https://github.com/portapack-mayhem/mayhem-firmware/wiki).** - + + + +- [ ] I will (or already) create(d) wiki document for my newly added feature -If you are modifying an existing app, make sure the wiki page reflects your changes. ---