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
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
### Describe the changes

### Checklist
- [ ] I updated tests for the changes. Otherwise, I explained why tests need no update.
- [ ] I orgranized the commits to keep functional changes as a single commit separate from other changes.
- [ ] I put all auto-generated changes into a single commit.
- [ ] I updated the change log and readme file if necessary.
- [ ] I confirmed that running the code generation script results in no change.