Improve CONTRIBUTING.md
authorEtienne CHAMPETIER <champetier.etienne@gmail.com>
Tue, 29 Jul 2014 20:14:39 +0000 (22:14 +0200)
committerSteven Barth <steven@midlink.org>
Tue, 29 Jul 2014 20:40:52 +0000 (22:40 +0200)
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
CONTRIBUTING.md

index f9b6c45dedf193b649b3502feef74a6fff38c2df..f36bbdb2dc21f46a873929d1c77aed7004cede34 100644 (file)
@@ -5,7 +5,14 @@ Please make sure that all packages you commit or request to pull:
 * Have yourself or another person listed in the (PKG_)MAINTAINER field.
 * Will be updated regularly to maintained and supported versions.
 * Have no dependencies outside the openwrt core packages or this feed.
+* Are "run tested" (or at least compile tested)
 
-Please sign-off all your commits / pull requests to this repository. See:
-https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork
+Please make sure that every commits you make to this repository:
+* Are signed-off (see https://dev.openwrt.org/wiki/SubmittingPatches#a10.Signyourwork)
+* Have a proper description (starting with <package-name>: / including <package-name>)
+
+If you have commit access:
+* Never ever git push --force on master!!!
+* Do not touch other maintainer's stuff if you're not sure
+* You can still use Pull Request to ask for comments