diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8e80f9c2a6..4a30f8fc2a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,38 +4,44 @@ If a section of the PR template does not apply to this PR, then delete that section. --> -## Motivation +## What type of PR is this? -_(fill-in or delete this section)_ +_(REQUIRED)_ + +- [ ] bug +- [ ] cleanup +- [ ] documentation +- [ ] feature + +## What this PR does / why we need it: + +_(REQUIRED)_ -## Release Notes - -_(fill-in or delete this section)_ +## Which issue(s) this PR fixes: +_(REQUIRED)_ -## Changes +## Special notes for your reviewer: _(fill-in or delete this section)_ ## Testing @@ -46,11 +52,18 @@ _(fill-in or delete this section)_ Describe how you tested this change. --> -## Reviewer Guidelines - -_(fill-in or delete this section)_ +## Release Notes +_(REQUIRED)_ + +```release-note + +``` \ No newline at end of file