summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Dean <ben@benjamindean.com>2015-08-03 12:58:00 -0700
committerBenjamin Dean <ben@benjamindean.com>2015-08-03 12:58:00 -0700
commitb01f3db94b80ad0559ed8fa87f8651e0bec0db74 (patch)
tree2a002f33084dd5a940f2608a3d93c2ad6707c394
parentff0e8f5f4bfe69d330e2e5a86b3caa0a7ccb55c0 (diff)
parente8b02a0e4060e789aa907c5a498dd9a3f4b64f10 (diff)
downloadphp-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.md6
-rw-r--r--README.md10
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
diff --git a/README.md b/README.md
index 9d8258a..3529fa0 100644
--- a/README.md
+++ b/README.md
@@ -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