From 2b389f97f1bf8cd399f27ea4ce0a2321419f1575 Mon Sep 17 00:00:00 2001 From: MarkBaker Date: Mon, 1 Dec 2014 22:35:42 +0000 Subject: [PATCH] ReadMe Notes on contributing --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52b63b2e..220a6681 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,14 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de ## Want to contribute? -Fork us! + +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 + - 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/ "") + ## License PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)