diff options
author | Benjamin Dean <ben@benjamindean.com> | 2015-08-03 12:58:00 -0700 |
---|---|---|
committer | Benjamin Dean <ben@benjamindean.com> | 2015-08-03 12:58:00 -0700 |
commit | b01f3db94b80ad0559ed8fa87f8651e0bec0db74 (patch) | |
tree | 2a002f33084dd5a940f2608a3d93c2ad6707c394 | |
parent | ff0e8f5f4bfe69d330e2e5a86b3caa0a7ccb55c0 (diff) | |
parent | e8b02a0e4060e789aa907c5a498dd9a3f4b64f10 (diff) | |
download | php-sparkpost-b01f3db94b80ad0559ed8fa87f8651e0bec0db74.zip php-sparkpost-b01f3db94b80ad0559ed8fa87f8651e0bec0db74.tar.gz php-sparkpost-b01f3db94b80ad0559ed8fa87f8651e0bec0db74.tar.bz2 |
Merge pull request #13 from SparkPost/issue-2
Updated contributing section
-rw-r--r-- | AUTHORS.md | 6 | ||||
-rw-r--r-- | README.md | 10 |
2 files changed, 10 insertions, 6 deletions
diff --git a/AUTHORS.md b/AUTHORS.md new file mode 100644 index 0000000..18626c5 --- /dev/null +++ b/AUTHORS.md @@ -0,0 +1,6 @@ +php-sparkpost is maintained by Message Systems. + +# Contributors + +* Jordan Nornhold <jordan.norhold@messagesystems.com> +* Rich Leland <rich.leland@messagesystems.com>, @richleland @@ -97,10 +97,8 @@ Once all the dependencies are installed, you can execute the unit tests using `v If you're interested in code coverage, you can add the `--coverage` flag for phpunit like so: ```phpunit --coverage-html test/output/report --bootstrap test/unit/bootstrap.php ./test/unit``` ### Contributing -Guidelines for adding issues +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). -Submitting pull requests - -Signing our CLA - -Our coding standards |