diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index a43f2e4..9697037 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,19 +9,3 @@ Check the following when creating a pull request: ## Description - -## Checklist - -### Code quality -- [ ] I have performed a self-review of my on code. -- [ ] I have added tests that prove my fix is effective or that my feature works. -- [ ] I have added tests to cover edge cases. -- [ ] All new and existing tests passed. - -### Documentation -- [ ] I have updated the relevant documentation where needed. - -### Deployment -- [ ] My changes require a migration or other data-related update. - - [ ] I have applied the necessary migration or data updates. -- [ ] I have updated the deployment instructions if necessary.