Browse Source

Merge 11d5c45ebc into adc631f315

pull/1829/merge
Andrew R. DeFilippis 19 hours ago
committed by GitHub
parent
commit
90d290f3d0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 26
      .github/pull_request_template.md

26
.github/pull_request_template.md

@ -0,0 +1,26 @@
## Summary
<!-- What does this PR do and why? Link to related issues with "Fixes #123". -->
## Type of Change
- [ ] Bug fix
- [ ] New feature
- [ ] Board / variant support
- [ ] Breaking change
- [ ] Build system / CI
- [ ] Refactor / code quality
- [ ] Documentation
## Hardware Tested
<!-- List the hardware you tested on, or "None" if you don't have hardware. -->
<!-- e.g., T1000-E, Heltec LoRa32 v3, RAK4631, T-Deck -->
## Test Plan
<!-- How did you verify this change works? -->
- [ ] Compiles without warnings on target environment(s): ___
- [ ] Tested on physical hardware
- [ ] Tested via companion app: ___
Loading…
Cancel
Save