Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 797 Bytes

contributing.md

File metadata and controls

15 lines (9 loc) · 797 Bytes

Contributing to URI.js

URI.js Project License: MIT License

  • You will only Submit Contributions where You have authored 100% of the content.
  • You will only Submit Contributions to which You have the necessary rights. This means that if You are employed You have received the necessary permissions from Your employer to make the Contributions.
  • Whatever content You Contribute will be provided under the project License.

Thanks for your help!

Pull Requests go into the branch master. The gh-pages branch is a presentation of the master branch at the last given release.

Whenever you change code, make sure you run the test suite before sending a pull request. Please add tests for any features you add to the code base. We're using QUnit for testing.