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.
- 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)
To run the tests:
$ rake
If nothing complains, congratulations!