From b2b999f3eb883623078b409a30251a3f817427f1 Mon Sep 17 00:00:00 2001 From: Austin Mitchell Date: Tue, 17 Dec 2024 14:56:09 -0800 Subject: [PATCH] fix: add missing pr template --- .github/pull_request_template.md | 7 +++++++ 1 file changed, 7 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 00000000..87143580 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,7 @@ + + +## Changelog entry +``` +TODO: Replace this inner text with a useful message +for users of the affected modules! +```