1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-26 07:41:33 +03:00

Clarify when the changelog should be modified (#7491)

This commit is contained in:
Brad Warren
2019-11-01 16:40:31 -07:00
committed by GitHub
parent 8956de6bee
commit fffa74edb2

View File

@@ -1,7 +1,9 @@
## Pull Request Checklist
- [ ] Edit the `master` section of `CHANGELOG.md` to include a description of
the change being made.
- [ ] 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.