diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cef0ec48a1..d7dde36ffd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,28 +5,16 @@ https://github.com/PegaSysEng/pantheon/blob/master/CONTRIBUTING.md#your-first-co https://github.com/PegaSysEng/pantheon/blob/master/CONTRIBUTING.md#pull-request-labels --> -# PR Details +## PR description - - -## Description - - + **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*: Fixes # -## Related Issue - - - - - - -## Motivation and Context - - +## Related Issue(s) + ## Types of changes @@ -37,8 +25,6 @@ Fixes # - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) -**Special notes for your reviewer**: - ## Release note -- [ ] I have read the **CONTRIBUTING.md** document. -- [ ] This code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code +- [ ] I have read the **CONTRIBUTING.md** document and followed the guidelines there. - [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings +- [ ] I have opened an issue for corresponding changes to documentation (OR no doc changes required) - [ ] I have added appropriate tests that prove my change is effective -- [ ] New and existing tests pass locally with my changes