lede-packages-rs

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

commit 48feab625ba745fff4ef048e2274a7a0413b6df0
parent dd7fdad621bf028f477caae55ef17f860bbe3a29
Author: sbyx <steven@midlink.org>
Date:   Tue, 29 Jul 2014 22:23:22 +0200

Merge pull request #141 from champtar/contributing

Improve CONTRIBUTING.md
Diffstat:
MCONTRIBUTING.md | 11+++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md @@ -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