]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update GitHub pull request template for the new git workflow
authorNicolas Coden <nicolas@ncoden.fr>
Tue, 17 Jan 2017 19:29:47 +0000 (20:29 +0100)
committerNicolas Coden <nicolas@ncoden.fr>
Tue, 17 Jan 2017 19:29:47 +0000 (20:29 +0100)
.github/PULL_REQUEST_TEMPLATE.md

index 3f4f466ebf55367cf464ffc98fac8d16807401a1..f6e462feab530c7bee0e667d2d88bf1670800fef 100644 (file)
@@ -1,8 +1,8 @@
 Before submitting a pull request, make sure it's targeting the right branch:
 
 - For documentation fixes, use `master`.
-- For bug fixes, use `develop`.
-- For new features, use the branch for the next minor version, which will be formatted `v6.x`.
+- For bug fixes or new features compatible with the next version, use `develop`.
+- For bug fixes incompatible with `develop`, use the support branch of the latest compatible version, which will be formatted `support/6.x`.
 
 If you're fixing a JavaScript issue, it would help to create a new test case under the folder `test/visual/` that recreates the issue and show's that it's been fixed. Run `npm test` to compile the testing folder.