1
+ <!--
2
+ Text in these brackets are comments, and won't be visible when you submit your pull request.
3
+ If this is your first contribution, please take the time to read these, in particular the comment
4
+ beginning "Welcome, new contributors!".
5
+ -->
6
+
1
7
## Changes proposed in this pull request
2
8
3
9
<!--
@@ -15,53 +21,29 @@ of ongoing development efforts and possible overlaps between contributions).
15
21
Please summarize here the main changes to the documentation that the reviewers should be aware of.
16
22
-->
17
23
18
- ## Pull-request guidelines:
24
+
25
+
19
26
<!--
20
- Please make sure you have read the PR guidelines below, and checked
21
- all boxes that apply at the bottom.
22
- -->
23
- 1 . We invite you to list yourself as a * fMRIPrep* contributor, so if your name
24
- is not already mentioned, please modify the
25
- [ `` .zenodo.json `` ] ( https://github.com/poldracklab/fmriprep/blob/master/.zenodo.json )
26
- file with your data right above Russ' entry. Example:
27
- ```
28
- {
29
- "name": "Contributor, New FMRIPrep",
30
- "affiliation": "Department of fMRI prep'ing, Open Science Made-Up University",
31
- "orcid": "<your id>"
32
- },
33
- {
34
- "name": "Poldrack, Russell A.",
35
- "affiliation": "Department of Psychology, Stanford University",
36
- "orcid": "0000-0001-6755-0259"
37
- },
38
- ```
39
-
40
- 2 . By submitting this request you acknowledge that your contributions are available under the BSD 3-Clause license.
27
+ Welcome, new contributors!
41
28
42
- 3 . Use a descriptive prefix, between brackets for your PR: `` ENH `` (enhancement), `` FIX `` , `` TST `` , `` DOC `` , `` STY `` ,
43
- `` REF `` (refactor), `` CI `` (continous integration), `` MAINT `` (maintenance). Example:
44
- ```
45
- [ENH] Support for SB-reference in multi-band datasets
46
- ```
47
- For works-in-progress, add the `` WIP `` tag in addition to the descriptive prefix.
48
- Pull-requests tagged with `` [WIP] `` will not merged in until the tag is removed.
29
+ We ask you to read through the Contributing Guide:
30
+ https://github.com/poldracklab/fmriprep/blob/master/CONTRIBUTING.md
49
31
50
- 4 . Your PR will be reviewed according to the following
51
- [ template ] ( https://github.com/poldracklab/fmriprep/wiki/Reviewing-a-Pull-Request ) .
32
+ These are guidelines intended to make communication easier by describing a consistent process, but
33
+ don't worry if you don't get it everything exactly "right" on the first try .
52
34
53
- 5 . Documentation is a fundamental aspect to the * glass-box* philosophy that * fMRIPrep* abides by.
54
- Please understand that the * fMRIPrep* team may (are likely to) request you to improve the documentation
55
- provided with this PR, within the PR or in future PRs.
56
-
35
+ To boil it down, here are some highlights:
57
36
58
- ** Please review and check the following** :
59
- <!-- replace the empty checkboxes [ ] below with checked ones [x] accordingly -->
37
+ 1) Consider starting a conversation in the issues list before submitting a pull request. The discussion might save you a
38
+ lot of time coding.
39
+ 2) Please use descriptive prefixes in your pull request title, such as "ENH:" for an enhancement or "FIX:" for a bug fix.
40
+ (See the Contributing guide for the full set.) And consider adding a "WIP" tag for works-in-progress.
41
+ 3) Any code you submit will be licensed under the same terms (BSD 3-Clause) as the rest of fMRIPrep.
42
+ 4) We invite every contributor to add themselves to the `.zenodo.json` file
43
+ (https://github.com/poldracklab/fmriprep/blob/master/.zenodo.json), which will result in your being listed as an author
44
+ at the next release. Please add yourself as the next-to-last entry, just above Russ.
60
45
61
- - [ ] I have read the [ guidelines for contributions] ( https://github.com/poldracklab/fmriprep/blob/master/CONTRIBUTING.md ) .
62
- - [ ] I understand that my contributions will not be merged unless the work is
63
- finished (i.e. no `` [WIP] `` tag remains in the title of my PR) and tests pass.
64
- - [ ] The proposed code follows the
65
- [ coding style] ( https://github.com/poldracklab/fmriprep/blob/master/CONTRIBUTING.md#fmriprep-coding-style-guide ) ,
66
- to the extent I understood them (and I will address any comments raised by the PR's reviewers in this regard).
67
- - [ ] \( Optional\) I opt-out from being listed in the ` .zenodo.json ` file.
46
+ A pull request is a conversation. We may ask you to make some changes before accepting your PR,
47
+ and likewise, you should feel free to ask us any questions you have.
48
+
49
+ -->
0 commit comments