From 891478f6ab1e053154834c66362444a9f499c06e Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Sun, 24 May 2015 14:53:48 +0100 Subject: [PATCH] Updated Readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 220a668..3d83105 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,12 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de ## Want to contribute? If you would like to contribute, here are some notes and guidlines: - - All development happens on the develop branch, so it is always the most up-to-date + - All new development happens on the 1.8 branch, so it is always the most up-to-date - The master branch only contains tagged releases - - If you are going to be submitting a pull request, please branch from develop, and submit your pull request back to the develop branch - - [Helpful article about forking](https://help.github.com/articles/fork-a-repo/ "") - - [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/ "") + - If you are going to be submitting a pull request, please fork from 1.8, and submit your pull request back to that 1.8 branch + - Wherever possible, code changes should conform as closely as possible to PSR-2 standards + - [Helpful article about forking](https://help.github.com/articles/fork-a-repo/ "Forking a Github repository") + - [Helpful article about pull requests](https://help.github.com/articles/using-pull-requests/ "Pull Requests") ## License