commit 9648bac104d484b8ce971b64cd371ca78e17ebc6
parent 4e402c86858cfc1f039153a546178ecae4950f3e
Author: champtar <champetier.etienne@gmail.com>
Date: Wed, 29 Jun 2016 01:06:10 +0200
Merge pull request #2869 from champtar/pr_template
Add a pull request template
Diffstat:
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 ---)