Skip to content

Commit

Permalink
Update pull request template to include type annotations as part of c…
Browse files Browse the repository at this point in the history
…hecklist (#8687)

* Update pull request template to include type annotations as part of checklist

* Add to checklist item a link to python typing information
  • Loading branch information
QMalcolm committed Oct 6, 2023
1 parent c01a133 commit 11e7412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ resolves #
- [ ] I have run this code in development and it appears to resolve the stated issue
- [ ] This PR includes tests, or tests are not required/relevant for this PR
- [ ] This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX
- [ ] This PR includes [type annotations](https://docs.python.org/3/library/typing.html) for new and modified functions

0 comments on commit 11e7412

Please sign in to comment.