neuroimaging-cookbook / neuroimaging-cookbook.github.io

https://neuroimaging-cookbook.github.io
Apache License 2.0
9 stars 9 forks source link

Neuroimaging Cookbook 🧠🍳📓

All Contributors

Centralized, simple, searchable code snippets (recipes) for neuroimaging data

image

Contributors ✨

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!

Documentation on how to auto-generate contributors

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!