Skip to content

Commit 6948efd

Browse files
committed
Updated links and some other errors
1 parent 9a58cd3 commit 6948efd

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ propose changes to this document in a pull request.
1010
* You can create an issue [here](https://github.com/sparkpost/php-sparkpost/issues/new), but
1111
before doing that please read the notes below on debugging and submitting issues,
1212
and include as many details as possible with your report.
13-
* Include the version of python-sparkpost you are using.
14-
* Perform a [cursory search](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aissue+user%3Asparkpost+repo%3Aphp-sparkpost)
13+
* Include the version of php-sparkpost you are using.
14+
* Perform a [cursory search](https://github.com/SparkPost/php-sparkpost/issues?q=is%3Aissue+is%3Aopen)
1515
to see if a similar issue has already been submitted.
1616

1717
## Development
@@ -52,7 +52,7 @@ Follow the instructions at [xdebug.org](http://xdebug.org/wizard.php)
5252
- Provide tests for any newly added code.
5353
- Follow [PSR-1](http://www.php-fig.org/psr/psr-1/)
5454

55-
1. Create a new branch named after the issue you’ll be fixing (include the issue number as the branch name, example: Issue in GH is #8 then the branch name should be ISSUE-8))
55+
1. Create a new branch named after the issue you’ll be fixing (include the issue number as the branch name, example: Issue in GH is #8 then the branch name should be ISSUE-8)
5656
2. Write corresponding tests and code (only what is needed to satisfy the issue and tests please)
5757
* Include your tests in the 'test' directory in an appropriate test file
5858
* Write code to satisfy the tests

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,3 +118,6 @@ 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+
### Contributing
123+
See [contributing](https://github.com/SparkPost/php-sparkpost/blob/contributing/CONTRIBUTING.md).

0 commit comments

Comments
 (0)