Skip to content

Commit 8ca7451

Browse files
authored
Merge pull request #173 from intercom/Skaelv-patch-1
Update README.md
2 parents 127e817 + 79069bc commit 8ca7451

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

0 commit comments

Comments
 (0)