From: Etienne CHAMPETIER Date: Fri, 17 Jun 2016 08:02:23 +0000 (+0000) Subject: Add a pull request template X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=158b4a630f9d152067ab2a76277bd365d2775b81;p=openwrt-packages.git Add a pull request template I hope this will help triage PR and reduce commits not following guidelines Signed-off-by: Etienne CHAMPETIER --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..8810b07c5 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,16 @@ +Maintainer: me / @ / name +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 ": " +- 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 ---)