diff --git a/Contributing-to-PHPCI.md b/Contributing-to-PHPCI.md index e6e6aa8..3933891 100644 --- a/Contributing-to-PHPCI.md +++ b/Contributing-to-PHPCI.md @@ -10,6 +10,8 @@ Before you start, please make sure that you are aware of, and agree to, the foll Block 8 are committed to PHPCI being a truly free and open source project, providing easy to use continuous integration and testing to as many developers as possible. We may, at our sole discretion, provide paid services based upon PHPCI - but PHPCI will always remain free (as in cost, and freedom) and open source. ### The Contribution Process + +0. If you are thinking of making a large change: go on the [mailing list](https://groups.google.com/forum/#!forum/php-ci) and make your suggestion. It might be that someone already has a plan or could help you out! 1. Fork the PHPCI project on Github 2. Add a feature or fix a bug - We recommend that you do this on a branch within your repository. 3. Create a pull request containing just the one change you want to contribute back to PHPCI. If you have more than one feature or bug fix, please create separate branches within your repository, and then submit a separate pull request for each one.