1
0
Fork 0
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:
Thomas Waldmann 2016-11-05 03:05:15 +01:00
parent cda88e1207
commit c81f861ba6

View file

@ -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: