Browse Source

Update contributers statement

Signed-off-by: Steven Barth <cyrus@openwrt.org>
sbyx 10 years ago
parent
commit
4530eed5b4
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CONTRIBUTING.md

+ 2
- 2
CONTRIBUTING.md View File

@@ -5,11 +5,11 @@ Please make sure that all packages you commit or request to pull:
5 5
 * Have yourself or another person listed in the (PKG_)MAINTAINER field.
6 6
 * Will be updated regularly to maintained and supported versions.
7 7
 * Have no dependencies outside the openwrt core packages or this feed.
8
-* Are "run tested" (or at least compile tested)
8
+* Are tested to run (or at the very least tested to compile sucessfully)
9 9
 
10 10
 Please make sure that all commits you make to this repository:
11 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>)
12
+* Have a proper description prefixed with the package name
13 13
 
14 14
 If you have commit access:
15 15
 * Do NOT use git push --force.