Browse Source

Add a pull request template

I hope this will help triage PR and reduce commits not following guidelines

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
lilik-openwrt-22.03
Etienne CHAMPETIER 8 years ago
parent
commit
158b4a630f
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      .github/pull_request_template.md

+ 16
- 0
.github/pull_request_template.md View File

@ -0,0 +1,16 @@
Maintainer: me / @<github-user> / name <email>
Compile tested: (put here arch, model, OpenWRT/LEDE version)
Run tested: (put here arch, model, OpenWRT/LEDE version, tests done)
Description:
-------------------------------
Please double check that your commits:
- all start with "<package name>: "
- all contain signed-off-by
- are linked to your github account (you see your logo in front of them)
Please also read https://github.com/openwrt/packages/blob/master/CONTRIBUTING.md
Thanks for your contribution
To finish, please remove this text (from ---)

Loading…
Cancel
Save