Skip to content

Commit 49b0b40

Browse files
Update CONTRIBUTING.md
Co-authored-by: Noah Stapp <noah@noahstapp.com>
1 parent 92501a6 commit 49b0b40

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,7 @@ In the case that a new test is added to the spec repo (i.e., a whole new file or
460460
and the associated work isn't implemented yet, we will add the test's path to
461461
`.evergreen/remove-unimplemented-tests.sh` along with a comment indicating the associated PYTHON ticket.
462462

463-
These patch files and/or unimplemented paths must be removed as part of the PR that implements
464-
the fix or behavioral change.
463+
Any PR that implements a PYTHON ticket documented in a patch file or within `.evergreen/remove-unimplemented-tests.sh` must also remove the associated patch file or entry in `remove-unimplemented-tests.sh`.
465464

466465
#### Adding to a patch file
467466
To add to or create a patch file, run `git diff` to show the desired changes to undo and copy the

0 commit comments

Comments
 (0)