aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2021-03-10 17:53:08 +0000
committerGravatar Joe Banks <[email protected]>2021-03-10 17:53:08 +0000
commit07f5ca2c99b6a529ee3e4ca0d60d19a7170d4835 (patch)
treedb2c5399fd0f7f8afc8995360cd92d9154ac6dd3
parentAlter .dockerignore to allow poetry files (diff)
Alter pull request template
-rw-r--r--.github/pull_request_template.md4
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**?