We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41177d8 commit 98074b7Copy full SHA for 98074b7
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -16,7 +16,7 @@
16
<!-- remove what doesn't apply or add more if needed -->
17
Create a `python-template-test` repo on GitHub (will be overwritten if existing)
18
```
19
-# Create a temporary directory in /tmp, keep the XXXXXX in the directory name
+# 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
22
copier copy --vcs-ref <pr-branch> https://github.com/<pr-user>/python-template .
0 commit comments