mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-01 04:02:34 +00:00
developers docs: clarify how to choose PR target branch
This commit is contained in:
parent
cda88e1207
commit
c81f861ba6
1 changed files with 10 additions and 3 deletions
|
@ -21,9 +21,16 @@ Some guidance for contributors:
|
|||
|
||||
- choose the branch you base your changesets on wisely:
|
||||
|
||||
- choose x.y-maint for stuff that should go into next x.y release
|
||||
(it usually gets merged into master branch later also)
|
||||
- choose master if that does not apply
|
||||
- choose x.y-maint for stuff that should go into next x.y.z release
|
||||
(it usually gets merged into master branch later also), like:
|
||||
|
||||
- bug fixes (code or docs)
|
||||
- missing *important* (and preferably small) features
|
||||
- docs rearrangements (so stuff stays in-sync to avoid merge
|
||||
troubles in future)
|
||||
- choose master if that does not apply, like for:
|
||||
|
||||
- developping new features
|
||||
|
||||
- do clean changesets:
|
||||
|
||||
|
|
Loading…
Reference in a new issue