Skip to content

Commit b30bb89

Browse files
committed
add config.yml for welcome app
1 parent 458c50d commit b30bb89

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

.github/config.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
2+
3+
# Comment to be posted to on PRs from first time contributors in your repository
4+
newPRWelcomeComment: |
5+
Thanks for opening this pull request! \
6+
We have detected this is the first time for you to contribute \
7+
to *fMRIPrep*. \
8+
Please check out our [contributing guidelines](https://github.com/poldracklab/fmriprep/blob/master/CONTRIBUTING.md).
9+
10+
We invite you to list yourself as a *fMRIPrep* contributor, so if your name \
11+
is not already mentioned, please modify the \
12+
[``.zenodo.json``](https://github.com/poldracklab/fmriprep/blob/master/.zenodo.json) \
13+
file with your data right above Russ' entry. Example: \
14+
```
15+
{
16+
"name": "Contributor, New FMRIPrep",
17+
"affiliation": "Department of fMRI prep'ing, Open Science Made-Up University",
18+
"orcid": "<your id>"
19+
},
20+
{
21+
"name": "Poldrack, Russell A.",
22+
"affiliation": "Department of Psychology, Stanford University",
23+
"orcid": "0000-0001-6755-0259"
24+
},
25+
```
26+
27+
Of course, if you want to opt-out this time there is no \
28+
problem at all with adding your name later. \
29+
You will be always welcome to add it in the future whenever \
30+
you feel it should be listed.

0 commit comments

Comments
 (0)