From a4ebf3fb6da4ed8c7b06751c0164317b57e92a26 Mon Sep 17 00:00:00 2001 From: Rob Phoenix Date: Wed, 17 Oct 2018 15:17:03 +0100 Subject: [PATCH] docs: fix formatting of PULL_REQUEST_TEMPLATE.md (#26512) This change enables developers to check the checkboxes or update them after they submitted a PR. PR Close #26512 --- .github/PULL_REQUEST_TEMPLATE.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b74eed5b08..ffec1591b6 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,17 +10,17 @@ Please check if your PR fulfills the following requirements: What kind of change does this PR introduce? -``` -[ ] Bugfix -[ ] Feature -[ ] Code style update (formatting, local variables) -[ ] Refactoring (no functional changes, no api changes) -[ ] Build related changes -[ ] CI related changes -[ ] Documentation content changes -[ ] angular.io application / infrastructure changes -[ ] Other... Please describe: -``` + +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Documentation content changes +- [ ] angular.io application / infrastructure changes +- [ ] Other... Please describe: + ## What is the current behavior? @@ -32,10 +32,10 @@ Issue Number: N/A ## Does this PR introduce a breaking change? -``` -[ ] Yes -[ ] No -``` + +- [ ] Yes +- [ ] No +