Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 968 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (15 loc) · 968 Bytes

How to Contribute

Pull requests from everyone are greatly appreciated.

First of all, please keep in mind that we have a code of conduct. It outlines how we would like our community to behave as we all work together to contribute great code.

First of all, pease fork and then clone the repo:

git clone git@github.com:your-username/PaddyPowerBetfair/Option.git

Push to your fork and submit a pull request.

Assign the pull requests to the ppb-developers.

At this point you're waiting on us and we'll do our best not to keep you waiting.

Some things that will increase the chance that your pull request is accepted:

  • Squash commits
  • Write tests
  • Write a good commit message.

If your commit fixes a particular issue, your commit message should begin with Fixes [issue number].