docs: add branching model to CONTRIBUTING.md - #2246
Conversation
1929398 to
c491cf6
Compare
|
Hi maintainers — this is a small docs PR clarifying the -first branching model. Ready for review. |
|
@milla-jovovich @igorls this branch is up to date with |
fatkobra
left a comment
There was a problem hiding this comment.
Reviewed and approved.
The new branching guidance is consistent with the repository's existing
contribution flow:
- ordinary feature and fix branches target
develop; mainrepresents tagged stable releases;- direct hotfix work is reserved for exceptional release-critical cases.
The examples make the expected base and target branches much clearer without
changing the underlying policy.
|
Merged latest |
da33291 to
3cca2aa
Compare
|
Hi @igorls @milla-jovovich — this is a small docs PR clarifying the develop-first branching model in CONTRIBUTING.md. Approved by @fatkobra on Aug 14, rebased onto latest develop on Aug 22. No code changes, no test impact. Ready for merge. |
Clarifies that feature and fix PRs should target , while is reserved for tagged stable releases promoted from .