From 1dd04e637d24ff8abb733b78fb5df3bc62ec4146 Mon Sep 17 00:00:00 2001 From: Jeffrey Charles Date: Thu, 7 Sep 2023 13:42:46 -0400 Subject: [PATCH] Add a PR template including a checklist for commonly missed steps (#470) --- .github/pull_request_template.md | 9 +++++++++ 1 file changed, 9 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..715cf431 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,9 @@ +## Description of the change + +## Why am I making this change? + +## Checklist + +- [ ] I've updated the relevant CHANGELOG files if necessary. Changes to `javy-cli` and `javy-core` do not require updating CHANGELOG files. +- [ ] I've updated the relevant crate versions if necessary. [Versioning policy for library crates](../docs/contributing.md#versioning-for-library-crates). +- [ ] I've updated documentation including crate documentation if necessary.