mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update CONTRIBUTING.md
minor grammar
This commit is contained in:
parent
93da45f699
commit
654c133913
@ -19,7 +19,7 @@ Each release is labeled in the format `$MAJOR`.`$MINOR`.`$PATCH`. For example, 3
|
|||||||
* `$PATCH` version is incremented if only backwards compatible **bug fixes** are introduced. A bug fix is defined as
|
* `$PATCH` version is incremented if only backwards compatible **bug fixes** are introduced. A bug fix is defined as
|
||||||
an internal change that fixes incorrect behavior.
|
an internal change that fixes incorrect behavior.
|
||||||
|
|
||||||
Git Branches are setup for each `$MINOR` version (i.e 3.1, 3.2). Each `$PATCH` release is a git tag off the `$MINOR`
|
Git Branches are setup for each `$MINOR` version (e.g. 3.1, 3.2). Each `$PATCH` release is a git tag off the `$MINOR`
|
||||||
branch. For example, 3.1.8 will be a git tag of 3.1.8.
|
branch. For example, 3.1.8 will be a git tag of 3.1.8.
|
||||||
|
|
||||||
When contributing code, be aware of the scope of your changes. If your change is backwards incompatible, raise your
|
When contributing code, be aware of the scope of your changes. If your change is backwards incompatible, raise your
|
||||||
|
Loading…
Reference in New Issue
Block a user