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.