lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 4530eed5b451bd079b55a1a6cc2e01e2bc3554e5
parent 08e97960c7e7d4d070588b596c5300f6113093c3
Author: sbyx <steven@midlink.org>
Date:   Thu, 31 Jul 2014 11:44:54 +0200

Update contributers statement

Signed-off-by: Steven Barth <cyrus@openwrt.org>
Diffstat:
MCONTRIBUTING.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -5,11 +5,11 @@ 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) +* Are tested to run (or at the very least tested to compile sucessfully) Please make sure that all 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>) +* Have a proper description prefixed with the package name If you have commit access: * Do NOT use git push --force.