Skip to content

Commit

Permalink
Update contributing rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranmcnulty committed Aug 17, 2017
1 parent 6447551 commit 86ce3cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ feel free to do this, but remember to follow this few simple rules:
Branching strategy
-------------------

- For new features, or bugs that only affect the 3.x versions, base your changes on the `master` branch and open PRs against `master`
- For bugs that affect 2.5.x versions, base your changes on the `2.5` branch and open PRs agains `2.5`
- Bugs in previous versions are not going to be fixed, upgrade to `2.5` minimum.
- For new features, or bugs that only affect the 4.x versions, base your changes on the `master` branch and open PRs against `master`
- For bugs that affect 3.4.x versions, base your changes on the `3.4` branch and open PRs agains `3.4`
- Bugs in previous versions are not going to be fixed, upgrade to `3.4` minimum.

Coverage
--------
Expand Down

0 comments on commit 86ce3cd

Please sign in to comment.