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)