diff options
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). |