Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.17 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.17 KB

Contributing

This project adheres to the [Open Code of Conduct][code-of-conduct]. By participating, you are expected to honor this code. [code-of-conduct]: http://todogroup.org/opencodeofconduct/#tilia-uri/[email protected]

This library is a port of sabre/uri. The ruby code should match the php code as good as possible. For more information refer to the coding guidelines.

If you are having an issue search the open issues or create an issue and we'll help point you in the right direction.

Submitting a Pull Request

  • Fork the project on Github
  • Install development dependencies (bundle install)
  • Create a topic branch for your changes
  • Ensure that you provide documentation and test coverage for your changes (patches won't be accepted without)
  • Ensure that all tests pass (bundle exec rake)
  • Create a pull request on Github (these are also a great place to start a conversation around a patch as early as possible)

Testing

To run the tests:

$ rake

If nothing complains, congratulations!