Files
luci/.github/pull_request_template.md
Joshua Criss 5552cf2701 luci: minor edits to CONTRIBUTING.md & PR template
For PR template, minor fix to 'please read'
section, as symbol spacing was different
on GitHub website than on GitHub Desktop.
Added HTML comment with example on how
to complete the checklist using [x]. Added
examples to the 'tested on' section.
Added abbreviation explanation for PR to
better understand terminology, similar to
using S.O.B. For CONTRIBUTING.md,
bumped up release branch example, and
minor capitalisation fixes for PR.

Signed-off-by: Joshua Criss <owlsy@outlook.com.au>
2026-04-17 01:31:17 +02:00

2.8 KiB

Pull request details

Description

Screenshot or video of changes (if applicable)

Maintainer (preferred)

@


Tested on

OpenWrt version: LuCI version: Web browser(s):


Checklist

  • This PR is not from my main or master branch 💩, but a separate branch.
  • Each commit has a valid ✒️ Signed-off-by: <my@email.address> row (via git commit --signoff).
  • Each commit and PR title has a valid 📝 <package name>: title first line subject for packages.
  • Incremented 🆙 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).