Skip to content

Commit c7db00f

Browse files
committed
switch PR template instructions to copier
1 parent 3ae01a3 commit c7db00f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@
1616
<!-- remove what doesn't apply or add more if needed -->
1717
Create a `python-template-test` repo on GitHub (will be overwritten if existing)
1818
```
19-
cd $(mktemp -d --tmpdir py-tmpl-XXXXXX)
20-
cookiecutter -c <pr-branch> https://github.com/<pr-user>/python-template
19+
copier copy --vcs-ref <pr-branch> https://github.com/<pr-user>/python-template py-tmpl-XXXXXX
2120
# Fill with python-template-test info
22-
cd python-template-test
21+
cd py-tmpl-XXXXXX
2322
git init
2423
git add --all
2524
git commit -m "First commit"

0 commit comments

Comments
 (0)