diff options
-rw-r--r-- | .github/pull_request_template.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index e2739287..9b9e0e3a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -25,6 +25,6 @@ <!-- Replace [ ] with [x] to mark items as done. --> - [ ] Join the [**Python Discord Community**](https://discord.gg/python)? -- [ ] If dependencies have been added or updated, run `pipenv lock`? -- [ ] **Lint your code** (`pipenv run lint`)? +- [ ] If dependencies have been added or updated, run `poetry lock`? +- [ ] **Lint your code** (`poetry run task lint`)? - [ ] Set the PR to **allow edits from contributors**? |