diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 611ce0909c8..9e531904581 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,16 +1,4 @@ - +*Describe the changes that this pull request makes here. This will be the commit message.* - ---- - -- [ ] `./mach build -d` does not report any errors -- [ ] `./mach test-tidy` does not report any errors -- [ ] These changes fix #___ (GitHub issue number if applicable) - - -- [ ] There are tests for these changes OR -- [ ] These changes do not require tests because ___ - - - - +Testing: *Describe how this pull request is tested or why it doesn't require tests* +Fixes: *Link to an issue this pull requests fixes or remove this line if there is no issue*