From f33868bbe2eecde2e71873fecac8e2f27edfe061 Mon Sep 17 00:00:00 2001 From: WouterJ Date: Wed, 29 Jul 2015 14:05:18 +0200 Subject: [PATCH] Improve Platform.sh mention in contributing docs --- contributing/documentation/overview.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contributing/documentation/overview.rst b/contributing/documentation/overview.rst index fd101ae7d08..378bbd9aeb6 100644 --- a/contributing/documentation/overview.rst +++ b/contributing/documentation/overview.rst @@ -269,6 +269,11 @@ page on GitHub and click on ``Details``. ``.platform.app.yaml``, ``.platform/services.yaml`` and ``.platform/routes.yaml`` allow `Platform.sh`_ to build Pull Requests. +.. note:: + + Only Pull Requests to maintained branches are automatically built by + Platform.sh. Check the `roadmap`_ for maintained branches. + Minor Changes (e.g. Typos) -------------------------- @@ -345,4 +350,5 @@ definitely don't want you to waste your time! .. _SensioLabsConnect: https://connect.sensiolabs.com/ .. _`Symfony Documentation Badge`: https://connect.sensiolabs.com/badge/36/symfony-documentation-contributor .. _`sync your fork`: https://help.github.com/articles/syncing-a-fork -.. _`Platform.sh`: https://platform.sh \ No newline at end of file +.. _`Platform.sh`: https://platform.sh +.. _`roadmap`: https://symfony.com/roadmap