ReadMe Notes on contributing

This commit is contained in:
MarkBaker 2014-12-01 22:35:42 +00:00
parent 2f76d1247b
commit 2b389f97f1
1 changed files with 8 additions and 1 deletions

View File

@ -33,7 +33,14 @@ Develop: [![Build Status](https://travis-ci.org/PHPOffice/PHPExcel.png?branch=de
## Want to contribute? ## 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 ## License
PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md) PHPExcel is licensed under [LGPL (GNU LESSER GENERAL PUBLIC LICENSE)](https://github.com/PHPOffice/PHPExcel/blob/master/license.md)