Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'pull_request_template.md')
-rw-r--r--pull_request_template.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/pull_request_template.md b/pull_request_template.md
index 60fd6da7e..c806d33e8 100644
--- a/pull_request_template.md
+++ b/pull_request_template.md
@@ -1,3 +1,4 @@
-Be sure to edit the `master` section of `CHANGELOG.md`. This includes a
-description of the change and ensuring the modified package(s) are listed as
-having been changed.
+## 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 `certbot/CHANGELOG.md` to include a description of the change being made.
+- [ ] Include your name in `AUTHORS.md` if you like.