Browse Source

Remove (mark with an X) from PR template (#2059)

pull/2061/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
8e110b5c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/PULL_REQUEST_TEMPLATE.md

8
.github/PULL_REQUEST_TEMPLATE.md

@ -1,4 +1,6 @@ @@ -1,4 +1,6 @@
## Type of change (mark with an `X`)
## Type of change
<!-- (mark with an `X`) -->
```
- [ ] Bug fix
@ -19,7 +21,9 @@ @@ -19,7 +21,9 @@
* **file.ext:** Description of what was changed and why
## Before you submit (mark with an `X`)
## Before you submit
<!-- (mark with an `X`) -->
```
- [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required)

Loading…
Cancel
Save