We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af6f53b commit 344ca0fCopy full SHA for 344ca0f
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -18,7 +18,7 @@ Create a `python-template-test` repo on GitHub (will be overwritten if existing)
18
```
19
# Create a temporary directory by running the following command. Keep the XXXXXX in the directory name.
20
cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
21
-# Use --vcs-ref <pr-branch> to point to the branch to you want to test
+# Use --vcs-ref <pr-branch> to point to the branch you want to test
22
copier copy --vcs-ref <pr-branch> https://github.com/<pr-user>/python-template .
23
# Fill with python-template-test info
24
# Create a local git repo to push to GitHub to trigger CI actions
0 commit comments