From fffa74edb223d120b9855ed17f2f50745f282ba0 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 1 Nov 2019 16:40:31 -0700 Subject: [PATCH] Clarify when the changelog should be modified (#7491) --- pull_request_template.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 77d65499f..9bf8f3f2d 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -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.