From 158b4a630f9d152067ab2a76277bd365d2775b81 Mon Sep 17 00:00:00 2001 From: Etienne CHAMPETIER Date: Fri, 17 Jun 2016 08:02:23 +0000 Subject: [PATCH] Add a pull request template I hope this will help triage PR and reduce commits not following guidelines Signed-off-by: Etienne CHAMPETIER --- .github/pull_request_template.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..8810b07c5f --- /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 ---)