Skip to content

Commit a0c2c77

Browse files
authored
Update pull request documentation to separate commit/push options (#4032)
1 parent 7d0994d commit a0c2c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Assuming your remote is called `origin` (you can find out more with `git remote
1515

1616
- Run default builds and tests for a particular buildspec - also commits and pushes changes to remote; Example:
1717

18-
`python src/prepare_dlc_dev_environment.py -bc </path/to/buildspec.yml> -p origin`
18+
`python src/prepare_dlc_dev_environment.py -b </path/to/buildspec.yml> -cp origin`
1919

2020
- Enable specific tests for a buildspec or set of buildspecs - also commits and pushes changes to remote; Example:
2121

22-
`python src/prepare_dlc_dev_environment.py -bc </path/to/buildspec.yml> -t sanity_tests -p origin`
22+
`python src/prepare_dlc_dev_environment.py -b </path/to/buildspec.yml> -t sanity_tests -cp origin`
2323

2424
- Restore TOML file when ready to merge
2525

0 commit comments

Comments
 (0)