Skip to content

Commit 79069bc

Browse files
author
Antoine Kevin
authored
Update README.md
1 parent 845ceab commit 79069bc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,20 @@ You can grab the next page of results using the client:
260260
```php
261261
$client->nextPage($response["pages"]);
262262
```
263+
264+
265+
## Pull Requests
266+
267+
- **Add tests!** Your patch won't be accepted if it doesn't have tests.
268+
269+
- **Document any change in behaviour**. Make sure the README and any other
270+
relevant documentation are kept up-to-date.
271+
272+
- **Create topic branches**. Don't ask us to pull from your master branch.
273+
274+
- **One pull request per feature**. If you want to do more than one thing, send
275+
multiple pull requests.
276+
277+
- **Send coherent history**. Make sure each individual commit in your pull
278+
request is meaningful. If you had to make multiple intermediate commits while
279+
developing, please squash them before sending them to us.

0 commit comments

Comments
 (0)