The code in this repository is the development version for the code in R-package GGIR
Contributions are welcome.
We work with GitHub Flow branching model.
Key steps:
- Create your own working branch
- Make your changes in that branch
- Commit your changes to your working branch as long as you are not finished with your development
- Once your work is finished, make a pull request, such that another developer can review your changes before merging them with the master branch
If you would like to propose additional functionalities or report an issue. Go to issues and create a new issue.
If you would like to propose changes to the text of the manual this is possible.
- Please go to the man folder which holds all the parts of the manual.
- Go to the part of the manual you want to edit and click on edit button (little pencil symbol) and make your changes.
- Once you are finished, scroll down and describe you update and select the radio button "Create a new branch for this commit and start a pull request". One of the developers will then be able to review your changes and merge them in the master version of the code.
- Click the green button "Propose file changes"