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: docs/community/CONTRIBUTING.md
+27-27Lines changed: 27 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,19 +121,19 @@ is difficult to describe as one unit of work, please consider splitting it into
121
121
122
122
The current list of issue labels are [here][link_labels] and include:
123
123
124
-
*[][link_firstissue]*These issues contain a task that is amenable to new contributors because it doesn't entail a steep learning curve.*
124
+
*[][link_firstissue]*These issues contain a task that is amenable to new contributors because it doesn't entail a steep learning curve.*
125
125
126
126
If you feel that you can contribute to one of these issues,
127
127
we especially encourage you to do so!
128
128
129
-
*[][link_bugs]*These issues point to problems in the project.*
129
+
*[][link_bugs]*These issues point to problems in the project.*
130
130
131
131
If you find new a bug, please give as much detail as possible in your issue,
132
132
including steps to recreate the error.
133
133
If you experience the same bug as one already listed,
134
134
please add any additional information that you have as a comment.
135
135
136
-
*[][link_enhancement]*These issues are asking for new features and improvements to be considered by the project.*
136
+
*[][link_enhancement]*These issues are asking for new features and improvements to be considered by the project.*
137
137
138
138
Please try to make sure that your requested feature is distinct from any others
139
139
that have already been requested or implemented.
@@ -145,22 +145,22 @@ we have two sets of special labels:
| <br>  <br> | Estimation of the downstream impact the proposed feature/bugfix will have. |
149
-
| <br>  <br> | Estimation of effort required to implement the requested feature or fix the reported bug. |
148
+
| <br>  <br> | Estimation of the downstream impact the proposed feature/bugfix will have. |
149
+
| <br>  <br> | Estimation of effort required to implement the requested feature or fix the reported bug. |
150
150
151
151
One way to understand these labels is to consider how they would apply to an imaginary issue.
152
152
For example, if -- after a release -- a bug is identified that re-introduces a previously solved issue
153
153
(i.e., its regresses the code outputs to some undesired behavior), we might assign it the following labels:
Its development priority would then be "high", since it is a low-effort, high-impact change.
158
158
159
159
Long-term goals may be labelled as a combination of:
160
-
 and  or 
160
+
 and  or 
161
161
since they will have a high-impact on the code-base, but require a medium or high amount of effort.
162
162
Of note, issues with the labels:
163
-
 or 
163
+
 or 
164
164
are less likely to be addressed because they are less likely to impact the code-base, or because they will require a very high activation energy to do so.
165
165
166
166
## Making a change
@@ -190,7 +190,7 @@ but those accepted fastest will follow a workflow similar to the following:
190
190
add the ["upstream" NiPreps repository as a remote][link_addremote]
Copy file name to clipboardExpand all lines: docs/community/features.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
2
> The one bit that worries me is that *fMRIPrep* may become a Swiss army knife. I think instead it should just be a paring knife (small, efficient, and works for many things).
0 commit comments