Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

25 lines (16 loc) · 1.25 KB

Get started contributing

Detailed docs on contributing to Julia packages can be found here.

Code and docs

To start hacking code or writing docs, simply:

  1. julia> Pkg.add("UUID"); Pkg.checkout("UUID")
  2. ???
  3. Profit Share with the world!

Bugs, features, and requests

Feel free to file issues when you encounter bugs, think of interesting features you'd like to see, or when there are important changes not yet included in a release and you'd like us to tag a new version.

Submitting your contributions

By contributing code to UUID.jl, you are agreeing to release your work under the MIT License.

We love contributions in the form of pull requests! Assuming you've been working in a repo checked out as above, this should be easy to do. For a detailed walkthrough, check here, otherwise:

  1. Navigate to UUID.jl and create a fork.
  2. git remote add origin https://github.com/user/UUID.jl.git
  3. git push origin master
  4. Submit your changes as a pull request!