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: CONTRIBUTING.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -464,16 +464,12 @@ These patch files and/or unimplemented paths must be removed as part of the PR t
464
464
the fix or behavioral change.
465
465
466
466
#### Adding to a patch file
467
-
Assuming the changes are committed somewhere, to add to any of the
468
-
patch files, run `git diff` to show the desired changes to undo and paste (or add) the
467
+
To add to or create a patch file, run `git diff` to show the desired changes to undo and copy the
469
468
results into the patch file.
470
469
471
-
For example, there are modifications to test files on the most recent commit of the current branch that are failing.
472
-
To add those changes to `PYTHON-1234.patch` (where PYTHON-1234 is the ticket associated with the changes),
473
-
I would do the following:
470
+
For example: the imaginary, unimplemented PYTHON-1234 ticket has associated spec test changes. To add those changes to `PYTHON-1234.patch`), do the following:
0 commit comments