Skip to content

Commit

Permalink
Fix PR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Jan 26, 2024
1 parent 3ac9f2c commit 4d160ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
Thanks for your contribution! Please ensure you have taken a look at
the contribution guidelines:
https://github.com/VNMabus/rdata/blob/develop/CONTRIBUTING.md
https://github.com/vnmabus/rdata/blob/develop/CONTRIBUTING.md
-->

## References to issues or other PRs
Expand All @@ -26,6 +26,6 @@ Example: Fixes #42. See also #123.
## Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] The code conforms to the style used in this package
- [ ] The code is fully documented and typed (type-checked with Mypy)
- [ ] The code conforms to the style used in this package (checked with [Ruff](https://docs.astral.sh/ruff/))
- [ ] The code is fully documented and typed (type-checked with [Mypy](https://mypy-lang.org/))
- [ ] I have added thorough tests for the new/changed functionality

0 comments on commit 4d160ff

Please sign in to comment.