summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorRichard Leland <rich@richleland.com>2015-10-13 14:42:54 -0400
committerRichard Leland <rich@richleland.com>2015-10-13 14:42:54 -0400
commit31ab3908d8835b2ee7ccd1b33e16ad5d5417e1ac (patch)
tree9755ccc554f9efea2f43de77846d8eab113fecf0 /README.md
parent7c39c1e35afb32845859289e8a0cd8eaceece5f2 (diff)
parent6948efd73e1e7494f26ceecc434b5918dfeb8b0d (diff)
downloadphp-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.md16
1 files changed, 1 insertions, 15 deletions
diff --git a/README.md b/README.md
index 0be005b..12be7ee 100644
--- a/README.md
+++ b/README.md
@@ -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).