Skip to content

Commit a2aff2b

Browse files
committed
DOC: Add PR tags and licensing to CONTRIBUTING.md
1 parent 23ff63d commit a2aff2b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ It can also be helpful to test your changes locally, using an [FMRIPREP developm
5454

5555
A member of the development team will review your changes to confirm that they can be merged into the main codebase.
5656

57+
Pull requests titles should begin with a descriptive prefix: ``ENH`` (enhancement), ``FIX`` (bug fix), ``TST`` (testing),
58+
``DOC`` (documentation), ``STY`` (style), ``REF`` (refactor), ``CI`` (continous integration), ``MAINT`` (maintenance).
59+
For example, `[ENH] Support for SB-reference in multi-band datasets`.
60+
For works-in-progress, add the ``WIP`` tag in addition to the descriptive prefix.
61+
Pull-requests tagged with ``[WIP]`` will not merged in until the tag is removed.
5762

5863
## FMRIPREP coding style guide
5964

@@ -105,6 +110,11 @@ We welcome and recognize all contributions from documentation to testing to code
105110
You can see a list of current contributors in our [zenodo file][link_zenodo].
106111
If you are new to the project, don't forget to add your name and affiliation there!
107112

113+
## Licensing
114+
115+
fMRIPrep is licensed under the BSD 3-clause license. Any contributions will be licensed under
116+
the same terms.
117+
108118
## Thank you!
109119

110120
You're awesome. :wave::smiley:

0 commit comments

Comments
 (0)