Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.12 KB

File metadata and controls

32 lines (20 loc) · 1.12 KB

Contributing to RQADeforestation.jl

First off, thanks for taking the time to contribute! This file collects important information for local development of the package.

Local setup

Install just into your system, following its README installation instructions.

Then run

just init

This will for instance setup pre-commit to enforce the standard Julia styling blue.

Issues

We use GitHub issue tracker. Pull Requests to the origin main branch are always welcome!

Tests

Tests entrypoint is the test directory. We use TestItemRunner for unit tests.

Documentation

We use Documenter to document the individual Julia functions. See the docs directory for further details. In addition, we document the entire umbrella project here.