From b1f42f9b8f6de546d937ffbbff7bdc04ed1fd234 Mon Sep 17 00:00:00 2001 From: Romain Marcadier-Muller Date: Thu, 22 Nov 2018 10:38:19 +0100 Subject: [PATCH] chore: Indent the title format options correctly (#1230) This makes for a better rendering. --- .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 6250e88d22536..b637f4f6f30a4 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -22,10 +22,10 @@ manually executed (paste output to the PR description) ### Title and description - [ ] __Change type__: Title is prefixed with change type: - * `fix(module): ` bug fix (_patch_) - * `feat(module): <title>` feature/capability (_minor_) - * `chore(module): <title> ` won't appear in changelog - * `build(module): <title>` won't appear in changelog + * `fix(module): <title>` bug fix (_patch_) + * `feat(module): <title>` feature/capability (_minor_) + * `chore(module): <title> ` won't appear in changelog + * `build(module): <title>` won't appear in changelog - [ ] __Title format__: Title uses lower case and doesn't end with a period - [ ] __Breaking change?__: Last paragraph of description is: `BREAKING CHANGE: <describe exactly what changed and how to achieve similar behavior +