Skip to content

Commit

Permalink
Add semver reference in core committers guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Minnée committed May 21, 2018
1 parent 7b6f4c0 commit 4ccacf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/en/05_Contributing/09_Core_committers.md
Expand Up @@ -27,6 +27,7 @@ With great power comes great responsibility, so we have agreed on certain expect
* Only merge code you have tested and fully understand. If in doubt, ask for a second opinion.
* Ensure contributions have appropriate [test coverage](../developer_guides/testing), are documented, and pass our [coding conventions](/getting_started/coding_conventions)
* Keep the codebase "releasable" at all times (check our [release process](release_process))
* Follow [Semantic Versioning](code/#picking-the-right-version) by putting any changes into the correct branch
* API changes and non-trivial features should not be merged into release branches.
* API changes on master should not be merged until they have the buy-in of at least two Core Committers (or better, through the [core mailing list](https://groups.google.com/forum/#!forum/silverstripe-dev))
* Be inclusive. Ensure a wide range of SilverStripe developers can obtain an understanding of your code and docs, and you're not the only one who can maintain it.
Expand Down

0 comments on commit 4ccacf5

Please sign in to comment.