Browse Source

Update contributing statement

Steven Barth 10 years ago
parent
commit
1456916399
1 changed files with 11 additions and 4 deletions
  1. 11
    4
      CONTRIBUTING.md

+ 11
- 4
CONTRIBUTING.md View File

@@ -7,12 +7,19 @@ Please make sure that all packages you commit or request to pull:
7 7
 * Have no dependencies outside the openwrt core packages or this feed.
8 8
 * Are "run tested" (or at least compile tested)
9 9
 
10
-Please make sure that every commits you make to this repository:
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 12
 * Have a proper description (starting with <package-name>: / including <package-name>)
13 13
 
14 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
15
+* Do NOT use git push --force.
16
+* Do NOT commit to other maintainer's packages without their consent.
17
+* Use Pull Requests if you are unsure and to suggest changes to other maintainers.
18 18
 
19
+Release Branches:
20
+* Branches named "for-XX.YY" (e.g. for-14.07) are release branches.
21
+* These branches are built with the respective OpenWrt release and are created
22
+  during the release stabilisation phase.
23
+* Please ONLY cherry-pick or commit security and bug-fixes to these branches.
24
+* Do NOT add new packages and do NOT do major upgrades of packages here.
25
+* If you are unsure if your change is suitable, please use a pull request.