-
Fork the repository on github. (Click the
Fork
button in the top-right corner) -
Clone the repository you have just forked.
git clone https://github.com/YOUR_USERNAME/Surrogates.jl.git
-
cd Surrogates.jl
Enter the repository's directory. -
julia
Open the Julia REPL. -
]
Enter package mode -
Activate the local environment
activate .
-
Install the dependencies.
instantiate
-
Perform your edits (Atom with Juno, or VSCode with the Julia plugin are good editor choices)
-
Stage, Commit, and Push your changes