diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md new file mode 100644 index 0000000000..4baa431c19 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md @@ -0,0 +1,9 @@ +## Describe your changes + +## Issue ticket number and link + +## Checklist before requesting a review + +- [ ] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label. Otherwise, I declare my belief that there are not consensus-breaking changes, for the following reason: + + > REPLACE THIS TEXT WITH RATIONALE (CAN BE BRIEF) diff --git a/pull_request_template.md b/pull_request_template.md deleted file mode 100644 index 669825a014..0000000000 --- a/pull_request_template.md +++ /dev/null @@ -1,7 +0,0 @@ -## Describe your changes - -## Issue ticket number and link - -## Checklist before requesting a review - -- [ ] If this code contains consensus-breaking changes, I have added the "consensus-breaking" label.