Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 805 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (15 loc) · 805 Bytes

How to contribute

Contributions are always welcome!

Contributing Code

If you would like to contribute code please fork this repository and issue a pull request against the master branch. It is recommended that you make any changes to your fork in a separate branch that you would then use for the pull request. All contributions should follow the PSR-2 coding standard.

If you add, remove or rename any classes used in the formation of a request or response, be sure to run script/build-classmap.php to rebuild the ClassMap class.

Contributing Documentation

See the contributing documentation in the gh-pages branch for information on contributing to documentation.