Collaboration instructions

To contribute to the package development, clone this repository:

git clone https://github.com/Paolo97Gll/Raytracer.jl.git
cd Raytracer.jl

Then open the julia REPL and type the following commands to update your environment:

import Pkg
Pkg.activate(".")
Pkg.instantiate()

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.