Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 634 Bytes

File metadata and controls

9 lines (7 loc) · 634 Bytes

How to become a contributor and submit your own code

Submitting Patches

  1. Fork the PHP client library on GitHub
  2. Decide which code you want to submit. A submission should be a set of changes that addresses one issue in the issue tracker. Please file one change per issue, and address one issue per change. If you want to make a change that doesn't have a corresponding issue in the issue tracker, please file a new ticket!
  3. Ensure that your code adheres to standard PHP conventions, as used in the rest of the library.
  4. Ensure that there are unit tests for your code.
  5. Submit a pull request with your patch on Github.