From 2d12ca81760061bbc7a43cd9fa22edc13154f0e6 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Mon, 3 Oct 2022 16:04:16 +0200 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 651849fa..39d11323 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,7 @@ - [ ] I have battle-tested on Overtaci (RMAPPS1279) - [ ] I have assigned ranges (e.g. `>=0.1, <0.2`) to all new dependencies (allows dependabot to keep dependency ranges wide for better compatability) +Fixes #[issue_nr_here]. + ## Notes for reviewers Reviewers can skip X, but should pay attention to Y.