From 2282952acbebd5bb6d174e17c43bb5d510052bd4 Mon Sep 17 00:00:00 2001 From: caucik Date: Tue, 16 Nov 2021 11:32:43 +0100 Subject: [PATCH] style: update PR template markdown file Match file contents with the nestjs/nest/.github/PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2eec8b57..7223042b 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,15 +10,13 @@ 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 -[ ] Other... Please describe: -``` +- [ ] Bugfix +- [ ] Feature +- [ ] Code style update (formatting, local variables) +- [ ] Refactoring (no functional changes, no api changes) +- [ ] Build related changes +- [ ] CI related changes +- [ ] Other... Please describe: ## What is the current behavior? @@ -30,12 +28,10 @@ Issue Number: N/A ## Does this PR introduce a breaking change? -``` -[ ] Yes -[ ] No -``` +- [ ] Yes +- [ ] No -## Other information \ No newline at end of file +## Other information