From 8e110b5c41525fc0038215ef3c71735b9523dacf Mon Sep 17 00:00:00 2001 From: Oscar Hinton Date: Tue, 14 Jun 2022 17:45:57 +0200 Subject: [PATCH] Remove (mark with an X) from PR template (#2059) --- .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c13074fb86..bd1accb03c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,6 @@ -## Type of change (mark with an `X`) +## Type of change + + ``` - [ ] Bug fix @@ -19,7 +21,9 @@ * **file.ext:** Description of what was changed and why -## Before you submit (mark with an `X`) +## Before you submit + + ``` - [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required)