mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Note about API changes on master
This commit is contained in:
parent
e6cdf09519
commit
328a98dd25
@ -32,6 +32,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](/topics/testing), are documented, and pass our [coding conventions](/misc/coding-conventions)
|
||||
* Keep the codebase "releasable" at all times (check our [release process](/misc/release-process))
|
||||
* API changes and non-trivial features should not be merged into release branches
|
||||
* 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 mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev))
|
||||
* Avoid `git push --force`, and be careful with your git remotes (no accidental pushes)
|
||||
* Use your own forks to create feature branches
|
Loading…
x
Reference in New Issue
Block a user