File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ Here's a typical workflow for triaging a newly opened issue.
121
121
unless it's know that this issue should be addressed in a specific release (say
122
122
because it's a large regression).
123
123
124
+ Once you have completed the above, make sure to remove the "needs triage" label.
125
+
124
126
.. _maintaining.regressions :
125
127
126
128
Investigating regressions
@@ -296,8 +298,11 @@ Merging pull requests
296
298
297
299
Only core team members can merge pull requests. We have a few guidelines.
298
300
299
- 1. You should typically not self-merge your own pull requests. Exceptions include
300
- things like small changes to fix CI (e.g. pinning a package version).
301
+ 1. You should typically not self-merge your own pull requests without approval.
302
+ Exceptions include things like small changes to fix CI
303
+ (e.g. pinning a package version). Self-merging with approval from other
304
+ core team members is fine if the change is something you're very confident
305
+ about.
301
306
2. You should not merge pull requests that have an active discussion, or pull
302
307
requests that has any ``-1 `` votes from a core maintainer. pandas operates
303
308
by consensus.
You can’t perform that action at this time.
0 commit comments