From d6235bd901cbe6b4034c34395f15d8cb95e2895d Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Thu, 22 Feb 2024 12:58:00 -0500 Subject: [PATCH] Add PR template suggesting updating change log --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..526eebc620 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ + +- [ ] `CHANGELOG.md`'s "Unreleased" section has been updated, if applicable.