mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
Make PR template a checklist and suggest mypy. (#7223)
This commit is contained in:
parent
add24d4861
commit
d0a9695b09
1 changed files with 7 additions and 3 deletions
|
|
@ -1,4 +1,8 @@
|
|||
Be sure to edit the `master` section of `CHANGELOG.md` to include a description
|
||||
of the change being made in this PR.
|
||||
## Pull Request Checklist
|
||||
|
||||
You are also welcome to add your name to `AUTHORS.md` if you like.
|
||||
- [ ] Edit the `master` section of `CHANGELOG.md` to include a description of
|
||||
the change being made.
|
||||
- [ ] Add [mypy type
|
||||
annotations](https://certbot.eff.org/docs/contributing.html#mypy-type-annotations)
|
||||
for any functions that were added or modified.
|
||||
- [ ] Include your name in `AUTHORS.md` if you like.
|
||||
|
|
|
|||
Loading…
Reference in a new issue