Skip to content

Commit

Permalink
Add all contributor bots (#192)
Browse files Browse the repository at this point in the history
* Update README.md for all contributor bots

Closes #161

* ENH add badge

* DOCS add instruction for all contributors bot

* DOCS update instructions

* ADD .all-contributorsrc
  • Loading branch information
htwangtw authored Jan 28, 2025
1 parent 73d716c commit f154006
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"projectName": "bids-apps",
"projectOwner": "giga_connectome"
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[![All Contributors](https://img.shields.io/github/all-contributors/bids-apps/giga_connectome?color=ee8449&style=flat)](#contributors)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/bids-apps/giga_connectome/branch/main/graph/badge.svg?token=P4EGV7NKZ8)](https://codecov.io/gh/bids-apps/giga_connectome)
[![.github/workflows/test.yml](https://github.com/bids-apps/giga_connectome/actions/workflows/test.yml/badge.svg)](https://github.com/bids-apps/giga_connectome/actions/workflows/test.yml)
Expand Down Expand Up @@ -49,6 +50,17 @@ If not, [open up a new issue](https://github.com/bids-apps/giga_connectome/issue
You can review open [issues]((https://github.com/bids-apps/giga_connectome/issues)) that we are looking for help with.
If you submit a new pull request please be as detailed as possible in your comments.

## Contributors

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

## Acknowledgements

If you use nilearn, please cite the corresponding paper: Abraham 2014,
Expand Down
4 changes: 4 additions & 0 deletions docs/source/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ This tells the development team that your pull request is a "work-in-progress",

One your PR is ready a member of the development team will review your changes to confirm that they can be merged into the main codebase.

Once the PR is ready to merge, we will add you to our contributor page [All Contributors bot](https://allcontributors.org/) to celebrate your contributions.

See [All Contributors bot](https://allcontributors.org/docs/en/bot/usage) usage note for adding contributors.

### Running the demo

You can run a demo of the bids app by downloading some test data.
Expand Down

0 comments on commit f154006

Please sign in to comment.