lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 158b4a630f9d152067ab2a76277bd365d2775b81
parent 5731b8e09b6992c4d387039eb2726331588274bb
Author: Etienne CHAMPETIER <champetier.etienne@gmail.com>
Date:   Fri, 17 Jun 2016 08:02:23 +0000

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>

Diffstat:
A.github/pull_request_template.md | 16++++++++++++++++
1 file changed, 16 insertions(+), 0 deletions(-)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md @@ -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 ---)