File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -277,10 +277,6 @@ On *Windows* (after any successful build):
277277
278278 The automated checklist runs through:
279279
280- * Are there any whitespace problems in Python files?
281- (using :cpy-file: `Tools/patchcheck/reindent.py `)
282- * Are there any whitespace problems in C files?
283- * Are there any whitespace problems in the documentation?
284280* Has the documentation been updated?
285281* Has the test suite been updated?
286282* Has an entry under ``Misc/NEWS.d/next `` been added?
@@ -290,10 +286,8 @@ The automated checklist runs through:
290286* Has ``configure `` been regenerated, if necessary?
291287* Has ``pyconfig.h.in `` been regenerated, if necessary?
292288
293- The automated checks don't actually *answer * all of these
294- questions. Aside from the whitespace checks, the tool is
295- a memory aid for the various elements that can go into
296- making a complete pull request.
289+ This will help you remember things that you need
290+ to check before submitting a complete pull request.
297291
298292
299293.. _good-commits :
You can’t perform that action at this time.
0 commit comments