mirror of
https://github.com/certbot/certbot.git
synced 2026-03-31 14:48:30 -04:00
10 lines
475 B
Markdown
10 lines
475 B
Markdown
## Pull Request Checklist
|
|
|
|
- [ ] If the change being made is to a [distributed
|
|
component](https://certbot.eff.org/docs/contributing.html#code-components-and-layout),
|
|
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.
|