From 12f91aa2952a567b8f8f7adf5c9c1f170ed35748 Mon Sep 17 00:00:00 2001 From: Adrien Crivelli Date: Mon, 3 Oct 2016 19:33:09 +0900 Subject: [PATCH] Point contributors to PhpSpreadsheet --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index b0dd57a..4e106b2 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,7 @@ 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 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 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") +PHPExcel developement for next version has moved under its new name PhpSpreadsheet. So please head over to [PhpSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet#want-to-contribute) to contribute patches and features. ## License