Skip to content

Commit 92501a6

Browse files
Update CONTRIBUTING.md
Co-authored-by: Noah Stapp <[email protected]>
1 parent 7897afb commit 92501a6

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -464,16 +464,12 @@ These patch files and/or unimplemented paths must be removed as part of the PR t
464464
the fix or behavioral change.
465465

466466
#### 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
469468
results into the patch file.
470469

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:
474471
```bash
475-
git diff HEAD~1 path/to/file >> .evergreen/spec-patch/PYTHON-1234.spec-patch
476-
```
472+
git diff HEAD~1 path/to/file >> .evergreen/spec-patch/PYTHON-1234.patch
477473

478474
#### Running Locally
479475
Both `resync-all-specs.sh` and `resync-all-specs.py` can be run locally (and won't generate a PR).

0 commit comments

Comments
 (0)