File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments