Browse Source

Remove testing requirements from PR template (#1989)

snyk-fix-afde10973a7206485a89218280e291d8
Thomas Rittson 4 years ago committed by GitHub
parent
commit
e5a9d3dec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .github/PULL_REQUEST_TEMPLATE.md

5
.github/PULL_REQUEST_TEMPLATE.md

@ -16,11 +16,6 @@ @@ -16,11 +16,6 @@
* **file.ext:** Description of what was changed and why
## Testing requirements
<!--What functionality requires testing by QA? This includes testing new behavior and regression testing-->
## Before you submit
- [ ] I have checked for formatting errors (`dotnet tool run dotnet-format --check`) (required)
- [ ] If making database changes - I have also updated Entity Framework queries and/or migrations

Loading…
Cancel
Save