diff options
author | Richard Leland <rich@richleland.com> | 2015-10-13 14:42:54 -0400 |
---|---|---|
committer | Richard Leland <rich@richleland.com> | 2015-10-13 14:42:54 -0400 |
commit | 31ab3908d8835b2ee7ccd1b33e16ad5d5417e1ac (patch) | |
tree | 9755ccc554f9efea2f43de77846d8eab113fecf0 /README.md | |
parent | 7c39c1e35afb32845859289e8a0cd8eaceece5f2 (diff) | |
parent | 6948efd73e1e7494f26ceecc434b5918dfeb8b0d (diff) | |
download | php-sparkpost-31ab3908d8835b2ee7ccd1b33e16ad5d5417e1ac.zip php-sparkpost-31ab3908d8835b2ee7ccd1b33e16ad5d5417e1ac.tar.gz php-sparkpost-31ab3908d8835b2ee7ccd1b33e16ad5d5417e1ac.tar.bz2 |
Merge pull request #30 from SparkPost/contributing
Added CONTRIBUTING.md and updated contribution guidelines.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 1 insertions, 15 deletions
@@ -119,19 +119,5 @@ try { * By default, open and click tracking are enabled for a transmission. * By default, a transmission will use the published version of a stored template. -## Development - -### Setup -Run `composer install` inside the directory to install dependecies and development tools. - -### Testing -Once all the dependencies are installed, you can execute the unit tests using: -``` -composer test -``` - ### Contributing -1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. -2. Fork [the repository](http://github.com/SparkPost/php-sparkpost) on GitHub to start making your changes to the **master** branch (or branch off of it). -3. Write a test which shows that the bug was fixed or that the feature works as expected. -4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS](https://github.com/SparkPost/php-sparkpost/blob/master/AUTHORS.md). +See [contributing](https://github.com/SparkPost/php-sparkpost/blob/contributing/CONTRIBUTING.md). |