Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-10-03 22:47:37 +0300
committerGitHub <noreply@github.com>2016-10-03 22:47:37 +0300
commit09788da5ae4c35c6a838ef14ba107b961a1c0722 (patch)
tree170d9fe6168dbf56fb08943955f1effdf8139a26
parentfd3463170886a6e01cbae0798b4e7ec0e11cb0a5 (diff)
Update
-rw-r--r--PULL_REQUEST_TEMPLATE8
1 files changed, 6 insertions, 2 deletions
diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE
index b4b881207a..97de8330d1 100644
--- a/PULL_REQUEST_TEMPLATE
+++ b/PULL_REQUEST_TEMPLATE
@@ -1,3 +1,7 @@
-Please issue pull request against the `3.x-dev` branch as the `master` branch currently represents our `2.X` version which is in LTS mode.
+Please issue pull request against the `3.x-dev` branch only.
-Important fixes will be merged into `master` if needed after it was merged to `3.x-dev`.
+Piwik 2 is in LTS mode. This means we do not accept any pull request for 2.x except critical security bugs and major data loss bugs.
+
+If you need to create a pull request for 2.x, then please also create the pull request against the `3.x-dev` so we can merge both.
+
+Happy hacking!