Skip to content

Commit 80ade04

Browse files
committed
[skip ci] use folded style instead of literal
1 parent 17e216a commit 80ade04

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/config.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
22

33
# 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*. \
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*.
88
Please check out our [contributing guidelines](https://github.com/poldracklab/fmriprep/blob/master/CONTRIBUTING.md).
99
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: \
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+
1415
```
1516
{
1617
"name": "Contributor, New FMRIPrep",
@@ -24,7 +25,7 @@ newPRWelcomeComment: |
2425
},
2526
```
2627
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 \
28+
Of course, if you want to opt-out this time there is no
29+
problem at all with adding your name later.
30+
You will be always welcome to add it in the future whenever
3031
you feel it should be listed.

0 commit comments

Comments
 (0)