diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 2a8025dc48e..22c5a8765af 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,10 @@ +Replace this paragraph with a description of the changes, then follow the instructions in the next section. + +--- - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors -- [ ] These changes fix #__ +- [ ] These changes fix #__ (github issue number if applicable). - [ ] There are tests for these changes OR