mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-03-07 04:06:26 +08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
90266acd10
commit
2e11fa035b
1 changed files with 6 additions and 6 deletions
|
@ -9,14 +9,14 @@
|
||||||
## Branching ##
|
## Branching ##
|
||||||
### Basic rules ###
|
### Basic rules ###
|
||||||
- `master` contains only stable releases (which have been merged to `master`) and is intended for end-users.
|
- `master` contains only stable releases (which have been merged to `master`) and is intended for end-users.
|
||||||
- `develop` is the target for integration and is not intended for end-users.
|
- `development` is the target for integration and is not intended for end-users.
|
||||||
- `feature` is a temporary feature branch based on `develop`.
|
- `feature` is a temporary feature branch based on `development`.
|
||||||
|
|
||||||
### Conditions ###
|
### Conditions ###
|
||||||
- `master` is not merged back to `develop`.
|
- `master` is not merged back to `development`.
|
||||||
- `develop` is not re-based on `master`.
|
- `development` is not re-based on `master`.
|
||||||
- all `feature` branches branch from `develop` only.
|
- all `feature` branches branch from `development` only.
|
||||||
- Bugfixes created specifically for a feature branch are done there (because they are specific, they're not cherry-picked to develop).
|
- Bugfixes created specifically for a feature branch are done there (because they are specific, they're not cherry-picked to `development`).
|
||||||
- We will not release a patch (0.0.x) if a newer minor (0.x.0) has already been released.
|
- We will not release a patch (0.0.x) if a newer minor (0.x.0) has already been released.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue