From 6480e226a82e4398e1987d69f40a7a3f2b14de22 Mon Sep 17 00:00:00 2001 From: ripytide Date: Thu, 28 Dec 2023 13:53:48 +0000 Subject: [PATCH] added a pull_request_template.md for reminding constributors to add entries to the changelog --- .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 0000000..45c97b1 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,2 @@ +- [ ] I added an entry to `CHANGELOG.md` if knowledge of this change could be valuable to users. +---