Merge pull request #141 from champtar/contributing
[feed/packages.git] / CONTRIBUTING.md
1 # Contributing Guidelines
2
3 Please make sure that all packages you commit or request to pull:
4 * Package a version which is still maintained by the upstream author.
5 * Have yourself or another person listed in the (PKG_)MAINTAINER field.
6 * Will be updated regularly to maintained and supported versions.
7 * Have no dependencies outside the openwrt core packages or this feed.
8 * Are "run tested" (or at least compile tested)
9
10 Please make sure that every commits you make to this repository:
11 * Are signed-off (see https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork)
12 * Have a proper description (starting with <package-name>: / including <package-name>)
13
14 If you have commit access:
15 * Never ever git push --force on master!!!
16 * Do not touch other maintainer's stuff if you're not sure
17 * You can still use Pull Request to ask for comments
18