Thank you for your interest in contributing!
Please open an issue at https://github.com/bbuchsbaum/neurosurf/issues. Include a minimal reproducible example using the reprex package.
Open an issue describing the proposed feature and use case.
- Fork the repository and create a branch from
master. - Install dependencies:
devtools::install_deps(). - Make your changes and add tests in
tests/testthat/. - Run
devtools::check()and ensure 0 errors, 0 warnings, 0 notes. - Open a pull request with a clear description of the change.
Please be respectful and constructive in all interactions.