Skip to content
This repository has been archived by the owner on Jan 12, 2020. It is now read-only.

Latest commit

 

History

History
33 lines (27 loc) · 789 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (27 loc) · 789 Bytes

Contributing

Getting Started

  • Fork, then clone the repo:
git clone git@github.com:your-username/php-jsonrpc-server-sdk-psr11-resolver.git
  • Make sure everything goes well:
make build
make test
  • Make your changes (Add/Update tests according to your changes).
  • Make sure tests are still green:
make test
  • To check code coverage, launch
make coverage

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.