Skip to content

Commit fe07329

Browse files
author
Rich Leland
committed
Updated contributing section. Refs #2.
1 parent ff0e8f5 commit fe07329

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

AUTHORS.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
php-sparkpost is maintained by Message Systems.
2+
3+
# Contributors
4+
5+
* Jordan Nornhold <jordan.norhold@messagesystems.com>
6+
* Rich Leland <rich.leland@messagesystems.com>, @richleland

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,9 @@ Once all the dependencies are installed, you can execute the unit tests using `v
9797
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```
9898

9999
### Contributing
100-
Guidelines for adding issues
100+
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug. There is a `Contributor Friendly`_ tag for issues that should be ideal for people who are not very familiar with the codebase yet.
101+
2. If you feel uncomfortable or uncertain about an issue or your changes, feel free to email @sigmavirus24 and he will happily help you via email, Skype, remote pairing or whatever you are comfortable with.
102+
3. 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).
103+
4. Write a test which shows that the bug was fixed or that the feature works as expected.
104+
5. 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).
101105

102-
Submitting pull requests
103-
104-
Signing our CLA
105-
106-
Our coding standards

0 commit comments

Comments
 (0)