Skip to content

Commit dd189aa

Browse files
committed
Added CONTRIBUTING.md and updated contribution guidelines.
1 parent 7c39c1e commit dd189aa

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -118,20 +118,3 @@ try {
118118
* If you specify a stored template and also provide inline content via `html` or `text`, you will receive an error.
119119
* By default, open and click tracking are enabled for a transmission.
120120
* By default, a transmission will use the published version of a stored template.
121-
122-
## Development
123-
124-
### Setup
125-
Run `composer install` inside the directory to install dependecies and development tools.
126-
127-
### Testing
128-
Once all the dependencies are installed, you can execute the unit tests using:
129-
```
130-
composer test
131-
```
132-
133-
### Contributing
134-
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
135-
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).
136-
3. Write a test which shows that the bug was fixed or that the feature works as expected.
137-
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).

0 commit comments

Comments
 (0)