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
Display the source diff
Display the rich diff
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.**
Copy file name to clipboardExpand all lines: README.rst
+3-28Lines changed: 3 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,33 +90,8 @@ To participate in the Nipype development related discussions please use the foll
90
90
91
91
Please add *[nipype]* to the subject line when posting on the mailing list.
92
92
93
+
Contributing to the project
94
+
---------------------------
93
95
94
-
Nipype structure
95
-
----------------
96
-
97
-
Currently Nipype consists of the following files and directories:
98
-
99
-
INSTALL
100
-
NIPYPE prerequisites, installation, development, testing, and
101
-
troubleshooting.
102
-
103
-
README
104
-
This document.
105
-
106
-
THANKS
107
-
NIPYPE developers and contributors. Please keep it up to date!!
108
-
109
-
LICENSE
110
-
NIPYPE license terms.
111
-
112
-
doc/
113
-
Sphinx/reST documentation
114
-
115
-
examples/
116
-
117
-
nipype/
118
-
Contains the source code.
119
-
120
-
setup.py
121
-
Script for building and installing NIPYPE.
96
+
If you'd like to contribute to the project please read our `guidelines <https://github.com/nipy/nipype/blob/master/CONTRIBUTING.md>`_. Please also read through our `code of conduct <https://github.com/nipy/nipype/blob/master/CODE_OF_CONDUCT.md>`_.
0 commit comments