mirror of
https://github.com/openwrt/packages.git
synced 2025-12-29 20:35:13 +04:00
The previous pull request was kinda not exactly tested. This one should be better and more visible. Fixes:9a273c3e79("github: Improve Pull Request template") Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commitc623dbf30d)
33 lines
878 B
Markdown
33 lines
878 B
Markdown
## 📦 Package Details
|
|
|
|
**Maintainer:** @<github-user>
|
|
<sub>(You can find this by checking the history of the package `Makefile`.)</sub>
|
|
|
|
**Description:**
|
|
<!-- Briefly describe what this package does or what changes are introduced -->
|
|
|
|
---
|
|
|
|
## 🧪 Run Testing Details
|
|
|
|
- **OpenWrt Version:**
|
|
- **OpenWrt Target/Subtarget:**
|
|
- **OpenWrt Device:**
|
|
|
|
---
|
|
|
|
## ✅ Formalities
|
|
|
|
- [ ] I have reviewed the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines.
|
|
|
|
### If your PR contains a patch:
|
|
|
|
- [ ] It can be applied using `git am`
|
|
- [ ] It has been refreshed to avoid offsets, fuzzes, etc., using
|
|
```bash
|
|
make package/<your-package>/refresh V=s
|
|
```
|
|
- [ ] It is structured in a way that it is potentially upstreamable
|
|
<sub>(e.g., subject line, commit description, etc.)</sub>
|
|
<sub>We must try to upstream patches to reduce maintenance burden.</sub>
|