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 @@ -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.
You can’t perform that action at this time.
0 commit comments