We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae01a3 commit c7db00fCopy full SHA for c7db00f
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -16,10 +16,9 @@
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
-cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
20
-cookiecutter -c <pr-branch> https://github.com/<pr-user>/python-template
+copier copy --vcs-ref <pr-branch> https://github.com/<pr-user>/python-template py-tmpl-XXXXXX
21
# Fill with python-template-test info
22
-cd python-template-test
+cd py-tmpl-XXXXXX
23
git init
24
git add --all
25
git commit -m "First commit"
0 commit comments