I am very happy to accept pull requests, provided you are fine with publishing your work under the license of this project. If your PR is not just a fix but changes or adds lots of code, please get in touch by opening an issue before starting the project so we can discuss it first. Development currently happens on the develop branch.
If you want to contribute something, the general workflow is:
add_cool_new_feature
or fix_issue_17
.Most likely you already have your development environment setup the way you prefer it when you decide to contribute. If not, here is a quick way to get started.
Note that you do not have to use rstudio of follow these suggestions, any editor or IDE will do.
rstudio freesurferformats.Rproj
.Menu > Build > Build Source Package
) and install/load it (Menu > Build > Clean and Rebuild
).Menu > Build > Check Package
).Item bar > Addins > Report test coverage for a package
). Wait until the report shows up in the Viewer.