Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 700 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 700 Bytes

Contributing

  1. Fork the repository on github. (Click the Fork button in the top-right corner)

  2. Clone the repository you have just forked. git clone https://github.com/YOUR_USERNAME/Surrogates.jl.git

  3. cd Surrogates.jl Enter the repository's directory.

  4. julia Open the Julia REPL.

  5. ] Enter package mode

  6. Activate the local environment activate .

  7. Install the dependencies. instantiate

  8. Perform your edits (Atom with Juno, or VSCode with the Julia plugin are good editor choices)

  9. Stage, Commit, and Push your changes

  10. Open a Pull Request