Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 550 Bytes

CONTRIBUTING.md

File metadata and controls

17 lines (14 loc) · 550 Bytes

Contributing

Getting Started

  • Fork, then clone the repo:
git clone [email protected]:your-username/php-jsonrpc-server-sdk.git
  • Make your changes (Add/Update tests according to your changes).
  • Push to your fork and submit a pull request.
  • Wait for feedback or merge.

Some stuff that will increase your pull request's acceptance:

  • Write tests.
  • Follow PSR-2 coding style.
  • Write good commit messages.
  • Do not rebase or squash your commits when a review has been made.