@@ -146,20 +146,22 @@ decision making process**".
146
146
Decisions (in addition to adding core contributors and TC membership as above)
147
147
are made according to the following rules:
148
148
149
- * **Minor Documentation changes **, such as typo fixes, or addition / correction
149
+ * **Minor code and documentation changes **, such as small maintenance changes without
150
+ modification of code logic, typo fixes, or addition / correction
150
151
of a sentence, but no change of the ``scikit-learn.org `` landing page or the
151
- “about” page: Requires +1 by a maintainer , no -1 by a maintainer (lazy
152
- consensus), happens on the issue or pull request page. Maintainers are
153
- expected to give “reasonable time” to others to give their opinion on the
152
+ “about” page: Requires +1 by a core contributor , no -1 by a core contributor
153
+ (lazy consensus), happens on the issue or pull request page. Core contributors
154
+ are expected to give “reasonable time” to others to give their opinion on the
154
155
pull request if they're not confident others would agree.
155
156
156
157
* **Code changes and major documentation changes **
157
- require +1 by two maintainers , no -1 by a maintainer (lazy
158
+ require +1 by two core contributors , no -1 by a core contributor (lazy
158
159
consensus), happens on the issue of pull-request page.
159
160
160
161
* **Changes to the API principles and changes to dependencies or supported
161
- versions ** happen via :ref: `slep ` and follows the decision-making process
162
- outlined above.
162
+ versions ** follow the decision-making process outlined above. In particular
163
+ changes to API principles are backed via a :ref: `slep `. Smaller decisions
164
+ like supported versions can happen on a GitHub issue or pull request.
163
165
164
166
* **Changes to the governance model ** follow the process outlined in `SLEP020
165
167
<https://scikit-learn-enhancement-proposals.readthedocs.io/en/latest/slep020/proposal.html> `__.
0 commit comments