Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 758 Bytes

File metadata and controls

25 lines (16 loc) · 758 Bytes

Contributing to neurosurf

Thank you for your interest in contributing!

Reporting bugs

Please open an issue at https://github.com/bbuchsbaum/neurosurf/issues. Include a minimal reproducible example using the reprex package.

Suggesting features

Open an issue describing the proposed feature and use case.

Submitting pull requests

  1. Fork the repository and create a branch from master.
  2. Install dependencies: devtools::install_deps().
  3. Make your changes and add tests in tests/testthat/.
  4. Run devtools::check() and ensure 0 errors, 0 warnings, 0 notes.
  5. Open a pull request with a clear description of the change.

Code of Conduct

Please be respectful and constructive in all interactions.