diff options
author | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2016-06-17 08:02:23 +0000 |
---|---|---|
committer | Etienne CHAMPETIER <champetier.etienne@gmail.com> | 2016-06-17 08:02:23 +0000 |
commit | 158b4a630f9d152067ab2a76277bd365d2775b81 (patch) | |
tree | 981413ca0c0c15b7e2051bc4a1efaf1d1239d553 /.github | |
parent | 5731b8e09b6992c4d387039eb2726331588274bb (diff) |
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 (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 16 |
1 files changed, 16 insertions, 0 deletions
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 / @<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 ---) |