]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commit
docs: improve gitflow model for supported versions
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 3 Jul 2018 20:03:28 +0000 (22:03 +0200)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 3 Jul 2018 20:03:28 +0000 (22:03 +0200)
commit86a0aaef935d5b22c312ebe590f7b764ac51015d
tree483b9ebda96c3de012b4611c437a9814e6bf75cc
parent36fd87851f8975ea26618291777fc180ff564252
docs: improve gitflow model for supported versions

Currently, supported versions are hosted on `support/<version>`. This bramch is intended to receive all commits and pull requests for compatible patches in order to prepare a release. The release would be made on the same bramch.

The issue with this model is that unline latest versions, support versions are not released on a "safe" branch. In order to resolve this issue and harmonize the way versions are prepared and released, the current commit move `support/<version>` to `develop/<version>` and add `master/<version>`.

Changes:
* Update CONTRIBUTING documentation to describe the `develop/...`+`master/...` approach
* Update GitHub pull request template to advise `develop/...` instead
.github/PULL_REQUEST_TEMPLATE.md
CONTRIBUTING.md