You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff 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
+
1
3
## Contributing pull-requests (PRs)
2
4
3
5
* All work is submitted via Pull Requests.
@@ -20,7 +22,7 @@
20
22
* adding more information about what may have caused the error.
21
23
Raise a new exception using ``raise_from(NewException("message"), oldException)`` from ``future``.
22
24
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.**
0 commit comments