Add a pull request template 2869/head
authorEtienne CHAMPETIER <champetier.etienne@gmail.com>
Fri, 17 Jun 2016 08:02:23 +0000 (08:02 +0000)
committerEtienne CHAMPETIER <champetier.etienne@gmail.com>
Fri, 17 Jun 2016 08:02:23 +0000 (08:02 +0000)
I hope this will help triage PR and reduce commits not following guidelines

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
.github/pull_request_template.md [new file with mode: 0644]

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644 (file)
index 0000000..8810b07
--- /dev/null
@@ -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 ---)