Skip to content

Commit 53d77a9

Browse files
authored
Merge pull request #2230 from nipy/chrisfilo-patch-1
Contributor guide adjustments
2 parents e2770cf + fba7bfc commit 53d77a9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
**Are you new to open source and GitHub?** If so reading the "[How to submit a contribution](https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution)" guide will provide a great introduction to contributing to Nipype and other Open Source projects. All the Nipype specific contributing instructions listed below will make much more sense after reading this guide.
2+
13
## Contributing pull-requests (PRs)
24

35
* All work is submitted via Pull Requests.
@@ -20,7 +22,7 @@
2022
* adding more information about what may have caused the error.
2123
Raise a new exception using ``raise_from(NewException("message"), oldException)`` from ``future``.
2224
Do not log this, as it creates redundant/confusing logs.
23-
* If you are new to the project don't forget to add your name and affiliation to the `.zenodo.json` file.
25+
* **If you are new to the project don't forget to add your name and affiliation to the `.zenodo.json` file.**
2426

2527
## Contributing issues
2628

0 commit comments

Comments
 (0)