Detailed docs on contributing to Julia packages can be found here.
To start hacking code or writing docs, simply:
julia> Pkg.add("GeneticAlgorithms"); Pkg.checkout("GeneticAlgorithms")
- ???
ProfitShare with the world!
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.
By contributing code to GeneticAlgorithms.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:
- Navigate to GeneticAlgorithms.jl and create a fork.
git remote add origin https://github.com/user/GeneticAlgorithms.jl.git
git push origin master
- Submit your changes as a pull request!