]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Grammar correcting within CONTRIBUTING.md 9720/head
authorharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 12:41:29 +0000 (18:11 +0530)
committerharry <harmanmanchanda182@gmail.com>
Sun, 29 Jan 2017 12:41:29 +0000 (18:11 +0530)
CONTRIBUTING.md

index 15ecea605313976f24be6b4629c2c91ceccaf65f..f6b6791d2c31ee01c776a412936e3a6cd98b36d1 100644 (file)
@@ -26,8 +26,8 @@ When you submit a pull request, @mention a few people you’d like to help you r
 
 Foundation uses a git workflow close to [GitFlow](http://nvie.com/posts/a-successful-git-branching-model/). The workflow relies on three branches:
 - **`master`**: The stable branch. It only contains the latest stable version released. Pull requests for docs improvements can be opened on it.
-- **`develop`**: The developing branch used to prepare the next minor/major version. It always contains all the new features and bug fixes previously made, and constitutes the most up-to-date version of Foundation. Almost every pull request should be opened on this branch. When a new version is released, it is merged on `master`, a support branch is created, and `develop` now targets the next version.
-- **`support/*`**: Support branches used to support the previous versions (i.e. `support/6.3` for `v6.3.0`) and prepare patches (i.e. `v6.3.1`). When a bug fix is compatible with supported versions, it is also merged on their support branches and patch versions can be released. If a fix is not compatible with `develop`, a pull request can be opened on the latest compatible and supported version.
+- **`develop`**: The developing branch is used to prepare the next minor/major version. It always contains all the new features and bug fixes previously made, and constitutes the most up-to-date version of Foundation. Almost every pull request should be opened on this branch. When a new version is released, it is merged on `master`, a support branch is created, and `develop` now targets the next version.
+- **`support/*`**: Support branches are used to support the previous versions (i.e. `support/6.3` for `v6.3.0`) and prepare patches (i.e. `v6.3.1`). When a bug fix is compatible with supported versions, it is also merged on their support branches and patch versions can be released. If a fix is not compatible with `develop`, a pull request can be opened on the latest compatible and supported version.
 
 This git workflow was adopted as of `v6.3`, so `v6.2` and previous versions are not supported.