Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,3 @@ Check the following when creating a pull request:
## Description

<!-- Describe the changes that are being made in this pull request -->

## 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.