Centralized, simple, searchable code snippets (recipes) for neuroimaging data
Thanks goes to these wonderful people (emoji key):
Shawn Rhoads 💻 |
Sydney Covitz 💻 |
Dustin Moraczewski 💻 |
Samuel Guay 💻 |
Bari Fuchs 💻 |
Arshitha Basavaraj 💻 |
Liza Levitis 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Adding Developers as Contributors to this Repository
First, make sure you have this repository cloned locally and yarn installed. Navigate to the root of your local clone of this repository, and run the following command:
yarn add-contributors "GITHUB USERNAME" "CONTRIBUTION"
e.g.
yarn add-contributors tsmith code
Run the following command to add your contributor updates to the table in the README:
yarn add-contributors generate
NOTE: If you are a maintainer of this repository and want to see which developers have not yet been added as contributors, run
yarn add-contributors check
Then you can yarn all-contributors add
the usernames that come up
Remember to push the .all-contributorsrc and README.md files back to GitHub once you are done adding and generating contributors!