Files
packages/.github/pull_request_template.md
Josef Schlehofer c623dbf30d github: Use Markdown and slight changes to PR template
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>
2025-06-02 20:06:52 +02:00

878 B

📦 Package Details

Maintainer: @ (You can find this by checking the history of the package Makefile.)

Description:


🧪 Run Testing Details

  • OpenWrt Version:
  • OpenWrt Target/Subtarget:
  • OpenWrt Device:

Formalities

  • I have reviewed the 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
    make package/<your-package>/refresh V=s
    
  • It is structured in a way that it is potentially upstreamable (e.g., subject line, commit description, etc.) We must try to upstream patches to reduce maintenance burden.