Skip to content

Commit 9860498

Browse files
committed
docs: add PR template
1 parent 58abc7c commit 9860498

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Description
2+
3+
<!-- Describe the changes you made in this PR. -->
4+
5+
## Checklist
6+
7+
<!-- Make sure all items below are checked before submitting the PR. -->
8+
9+
- [ ] I have run the tests locally with `make install-dev` and `make test`
10+
- [ ] I have updated the `README.md` if my changes affected it
11+
- [ ] I have updated the package version in `linkup/_version.py` if I plan on creating a new release

0 commit comments

Comments
 (0)