Merge pull request #2869 from champtar/pr_template
Add a pull request template
This commit is contained in:
commit
9648bac104
1 changed files with 16 additions and 0 deletions
16
.github/pull_request_template.md
vendored
Normal file
16
.github/pull_request_template.md
vendored
Normal file
|
@ -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 ---)
|
Loading…
Reference in a new issue