From 00542949e08d44216a6b8b47d2d0570958b8d4ec Mon Sep 17 00:00:00 2001 From: Chris Mckay Date: Wed, 24 Oct 2018 09:59:59 +1000 Subject: [PATCH] [MINOR] Fixed tickbox syntax in PR template (#131) --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ae0944f4a1..d7dde36ffd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -20,10 +20,10 @@ Fixes # -- [] Docs change / refactoring / dependency upgrade -- [] Bug fix (non-breaking change which fixes an issue) -- [] New feature (non-breaking change which adds functionality) -- [] Breaking change (fix or feature that would cause existing functionality to change) +- [ ] Docs change / refactoring / dependency upgrade +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Release note