Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1016 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (14 loc) · 1016 Bytes

Raising issues

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

  • The relevant versions of the gems 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 and modify the pact-ruby-e2e-example codebase to quickly recreate your issue.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b feat/my-new-feature)
  3. Commit your changes. Please use the conventional changelog format for semantic commit messages (git commit -am 'feat(some new feat): add a thing')
  4. Push to the branch (git push origin feat/my-new-feature)
  5. Create new Pull Request

All pull requests must have tests that cover the relevant behavioural changes and should conform to the existing code conventions.