Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.09 KB

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 1.09 KB

Raising issues

Before raising an issue, please ensure that you are using the latest version of pact-python.

Please provide the following information with your issue to enable us to respond as quickly as possible.

  • The relevant versions of the packages you are using.
  • The steps to recreate your issue.
  • The full stacktrace if there is an exception.
  • An executable code example where possible. You can fork this repository and use the e2e directory to quickly recreate your issue.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you are intending to implement a fairly large feature we'd appreciate if you open an issue with GitHub detailing your use case and intended solution to discuss how it might impact other work that is in flight.

We also appreciate it if you take the time to update and write tests for any changes you submit.