mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
Update CONTRIBUTING.md
Fixes spelling and grammar errors pointed out by @minesguy82
This commit is contained in:
parent
c62508b8ae
commit
ddeb41832f
1 changed files with 3 additions and 3 deletions
|
|
@ -48,11 +48,11 @@ smooth process when submitting a patch:
|
||||||
change.
|
change.
|
||||||
|
|
||||||
## GitFlow Branch Model
|
## GitFlow Branch Model
|
||||||
This repository adheres to the [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) branch model and is intitialized for GitFlow to make for consistend branch name prefixes. Please take time to familiarize yourself with this model.
|
This repository adheres to the [GitFlow](https://nvie.com/posts/a-successful-git-branching-model/) branch model and is intitialized for GitFlow to make for consistent branch name prefixes. Please take time to familiarize yourself with this model.
|
||||||
|
|
||||||
- `master` will contain the latest stable version of the framework and release builds will be created from tagged commits on `master`.
|
- `master` will contain the latest stable version of the framework and release builds will be created from tagged commits on `master`.
|
||||||
- HotFix/Patch Pull Requests should target the `master` as the base branch.
|
- HotFix/Patch Pull Requests should target `master` as the base branch.
|
||||||
- All other Pull Requests (bug fixes, enhancements, etc.) should target the `development` as the base branch.
|
- All other Pull Requests (bug fixes, enhancements, etc.) should target `development` as the base branch.
|
||||||
- `release/vX.Y.X` branches will be used for release candidates when moving new features from `development` to `master`.
|
- `release/vX.Y.X` branches will be used for release candidates when moving new features from `development` to `master`.
|
||||||
Beta builds will be created from tagged commits on release candidate branches.
|
Beta builds will be created from tagged commits on release candidate branches.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue