From 58edaafaaf065f5537202394580cf58c05017aa1 Mon Sep 17 00:00:00 2001 From: Daniel Carl Jones Date: Fri, 2 Aug 2024 13:53:08 +0100 Subject: [PATCH] Update PR template to prompt thinking on change log entry (#968) * Add section on changelog updates to PR template Signed-off-by: Daniel Carl Jones * Add links to changelogs Signed-off-by: Daniel Carl Jones --------- Signed-off-by: Daniel Carl Jones --- .github/pull_request_template.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eee059413..c326ce377 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,6 +8,19 @@ Relevant issues: +## Does this change need a changelog entry in any of the crates? + + + --- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and I agree to the terms of the [Developer Certificate of Origin (DCO)](https://developercertificate.org/).