The SIMEXP lab openly invites anybody to contribute to this repository. Most conversations take place on open issues. We aim to create a welcoming environment where everybody's viewpoints are respected and acknowledged.
If you are interested in making changes we encourage you to do it as follows:
- Comment on an existing issue or add a new issue
- Fork the load_confounds repository
- Create a new branch for the issue
- Make changes discussed
- Test using
pytest
- Ensure that your fork is up to date with master
- Submit a pull request
You can test your changes by running pytest
or pytest -vvv
. This will display the number of passes and fails. Please refer to the pytest documentation for more details.
Thank you for your help 😃