Skip to content

Commit 4b720b2

Browse files
committed
chore: update PR template
1 parent d811833 commit 4b720b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/pull_request_template.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## Description
22

3-
<!-- Describe the changes you made in this PR. -->
3+
<!-- Describe the changes you made in this Pull Request. -->
44

55
## Checklist
66

7-
<!-- Make sure all items below are checked before submitting the PR. -->
7+
<!-- Make sure all items below are checked before submitting the Pull Request. -->
88

9-
- [ ] I have run the tests locally with `make install-dev` and `make test`
9+
- [ ] I have installed pre-commit on this project (for instance with the `make install-dev` command)
10+
**before** creating any commit, or I have run successfully the `make lint` command on my changes
11+
- [ ] I have run successfully the `make test` command on my changes
1012
- [ ] I have updated the `README.md` if my changes affected it
11-
- [ ] I have updated the package version in `linkup/_version.py` and `pyproject.toml` if I plan on
12-
creating a new release

0 commit comments

Comments
 (0)