Skip to content

Commit

Permalink
add type hints to pull request template
Browse files Browse the repository at this point in the history
remove api changes since they are generated automatically
  • Loading branch information
martinvonk committed Dec 27, 2022
1 parent c3c3727 commit c7f6b1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Add a short description describing the pull request (PR) here.
- [ ] closes issue #xxxx
- [ ] is documented
- [ ] PEP8 compliant code
- [ ] type hints for functions and methods
- [ ] tests added / passed
- [ ] Example Notebook (for new features)
- [ ] API changes documented in Release Notes
- [ ] Example Notebook (for new features)

0 comments on commit c7f6b1e

Please sign in to comment.