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>
This commit is contained in:
Etienne CHAMPETIER 2016-06-17 08:02:23 +00:00
parent 5731b8e09b
commit 158b4a630f
1 changed files with 16 additions and 0 deletions

16
.github/pull_request_template.md vendored Normal file
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 ---)