diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 3b3b4b447d..93cd7700cd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,38 +1,61 @@ -- [ ] This PR is not from my *main* or *master* branch :poop:, but a *separate* branch :white_check_mark: -- [ ] Each commit has a valid :black_nib: `Signed-off-by: ` row (via `git commit --signoff`) -- [ ] Each commit and PR title has a valid :memo: `: title` first line subject for packages -- [ ] Incremented :up: any `PKG_VERSION` in the Makefile -- [ ] Tested on: (architecture, openwrt version, browser) :white_check_mark: -- [ ] \( Preferred ) Mention: @ the original code author for feedback -- [ ] \( Preferred ) Screenshot or mp4 of changes: -- [ ] \( Optional ) Closes: e.g. openwrt/luci#issue-number -- [ ] \( Optional ) Depends on: e.g. openwrt/packages#pr-number in sister repo -- [ ] Description: (describe the changes proposed in this PR) +## Pull Request details + +### Description + + + +### Screenshot or video of changes _(If applicable)_ + + + +### Maintainer _(Preferred)_ + +@ + +--- + +## Tested on +**OpenWrt version:** +**LuCI version:** +**Web browser:** + +--- + +## Checklist +- [ ] This PR is not from my *main* or *master* branch :poop:, but a *separate* branch. :white_check_mark: +- [ ] Each commit has a valid :black_nib: `Signed-off-by: ` row (via `git commit --signoff`). +- [ ] Each commit and PR title has a valid :memo: `: title` first line subject for packages. +- [ ] Incremented :up: any `PKG_VERSION` in the Makefile. +- [ ] _(Optional)_ Includes what Issue it closes (e.g. openwrt/luci#issue-number). +- [ ] _(Optional)_ Includes what it depends on (e.g. openwrt/packages#pr-number in sister repo).