Hello colleague, On Friday, March 11, 2016 at 2:56:02 PM UTC+1, Daniel Carrera wrote: > > Hi Tim, > > I'm leaving on a work trip on Monday, but let's see if I can manage to > make a Julia contribution on a weekend. I need some help, as I've never > submitted any code for Julia before. I left a comment in the PR. Let's > start with the basics: How do I pull your modified branch / PR? How do I > run the tests? How do I submit my modified code back to you? >
first of all: https://github.com/JuliaLang/julia/blob/master/CONTRIBUTING.md exists. You really need some git experience and know how to organize your own work in local and github (your fork of julia) repositories. I found this helpful http://stackoverflow.com/questions/27567846/how-can-i-checkout-a-github-pull-request PRs you do (to julia) should be subject to automatic testing.
