Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 746 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 746 Bytes

Contributing to restclient-php

I would love to have your help to make restclient-php better!

Feel free to open an issue if you run into any problem, or send a pull request with your contribution.

Contributing a patch

TBC

Minimum Requirements

TBC

Workflow

  1. Fork the project on GitHub
  2. Implement your code changes into separate branch
  3. Make sure all PHPUnit tests passes and code-style matches.
  4. When implementing notable change, fix or a new feature, add record to Unreleased section of CHANGELOG.md
  5. Submit your pull request against the master branch

Run unit tests

TBC

Check coding style

TBC