Skip to content

Commit 3df361c

Browse files
committed
add: configuration for Welcome bot
1 parent 4e2feda commit 3df361c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/config.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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 *dMRIPrep*.
8+
Please check out our [contributing guidelines](https://github.com/nipreps/dmriprep/blob/master/CONTRIBUTING.md).
9+
10+
We invite you to list yourself as a *dMRIPrep* contributor, so if your name
11+
is not already mentioned, please modify the
12+
[``.zenodo.json``](https://github.com/nipreps/dmriprep/blob/master/.zenodo.json)
13+
file and insert yor data last in the ``contributors`` list. Example:
14+
15+
```JSON
16+
{
17+
"name": "Contributor, New dMRIPrep",
18+
"affiliation": "Department of dMRI prep'ing, Open Science Made-Up University",
19+
"orcid": "<your id>",
20+
"type": "Researcher"
21+
}
22+
```
23+
24+
25+
Of course, if you want to opt-out this time there is no
26+
problem at all with adding your name later.
27+
You will be always welcome to add it in the future whenever
28+
you feel it should be listed.

0 commit comments

Comments
 (0)