diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 1c3885f..32b34f0 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,13 +1,31 @@ + + -But if there is already a related issue, please put it's number here. E.g. #123 or N/A --> Related Issue: ## New Behavior ... @@ -15,7 +33,8 @@ please describe in a few words the behavior your PR implements ## Contrast to Current Behavior ... @@ -24,12 +43,15 @@ please describe in a few words how the new behavior is different from the curren ... @@ -38,7 +60,26 @@ Please make your case here: ... + +## Proposed Release Note Entry + + + +... + +## Double Check + + + +* [ ] I have read the comments and followed the PR template. +* [ ] I have provided and explained my PR according to the information in the comments. +* [ ] My PR targets the `develop` branch.