From 6859b0a6f29bc06dd5726658efa91e866b7de1a9 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 24 May 2024 00:39:30 +0200 Subject: [PATCH] github: Improve Pull Request template Signed-off-by: Josef Schlehofer --- .github/pull_request_template | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template b/.github/pull_request_template index 4bc4af61ea..6cd76d281b 100644 --- a/.github/pull_request_template +++ b/.github/pull_request_template @@ -1,5 +1,21 @@ -Maintainer: me / @\ (find it by checking history of the package Makefile) -Compile tested: (put here arch, model, OpenWrt version) -Run tested: (put here arch, model, OpenWrt version, tests done) +1. **Package details** -Description: + a. Maintainer: @\ (find it by checking history of the package Makefile) + + b. Description: + +2. **Indication of run testing** + + a. OpenWrt version: + + b. OpenWrt target/subtarget: + + c. OpenWrt device: + +3. **Formalitiesr** + + a. Review the [CONTRIBUTING.md](../CONTRIBUTING.md) file for detailed contributing guidelines. + + b. If your PR contains patch + - Mmke sure that it can be applied by git am + - Must be in a way that it is potentianally upstreamable (subject, commit description, etc.) -- 2.30.2