Skip to content

Latest commit

History

History
17 lines (13 loc) 路 769 Bytes

File metadata and controls

17 lines (13 loc) 路 769 Bytes

Contributing to Cloudflare PHP API Binding

馃憤馃帀 First off, thanks for taking the time to contribute! 馃帀馃憤

How To Contribute

We welcome community contribution to this repository. To help add functionality or address issues, please take the following steps:

  • Fork the repository from the master branch.
  • Create a new branch for your features / fixes.
  • Make the changes you wish to see.
  • Add tests for all changes.
  • Run make fix command to ensure the code is styled.
  • Run make test command to ensure the tests pass.
  • Create a pull request with details of what changes have been made and explanation of new behaviour.
  • Ensure documentation contains the correct information.
  • Pull requests will be reviewed and hopefully merged into a release.