From 90e26ad9f88847ae143809b8731f2e9143239191 Mon Sep 17 00:00:00 2001 From: Ben Christel Date: Thu, 3 Jan 2019 11:39:45 -0800 Subject: [PATCH] Markdownify the checkboxes in the PR template (#6607) In order to be rendered as checkboxes by Github, the square brackets need a space between them. Co-authored-by: Taylor Vesely Co-authored-by: Ben Christel --- PULL_REQUEST_TEMPLATE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 9dae3e5189..855964d43a 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,5 @@ ## Here are some reminders before you submit the pull request -- [] Add tests for the change -- [] Document changes -- [] Communicate in the mailing list if needed -- [] Pass `make installcheck` \ No newline at end of file +- [ ] Add tests for the change +- [ ] Document changes +- [ ] Communicate in the mailing list if needed +- [ ] Pass `make installcheck` -- GitLab