From 6dce40dc53df5df4f5c60b51d2a33bfca3524ac9 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Sat, 8 Dec 2018 13:11:37 -0800 Subject: [PATCH] Minor pull request template cleanup --- PULL_REQUEST_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 94711dbecae..611ce0909c8 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -2,14 +2,14 @@ --- - + - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors -- [ ] These changes fix #__ (github issue number if applicable). +- [ ] These changes fix #___ (GitHub issue number if applicable) - [ ] There are tests for these changes OR -- [ ] These changes do not require tests because _____ +- [ ] These changes do not require tests because ___