Skip to content

Commit

Permalink
chore: add pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
luohoufu committed Dec 5, 2024
1 parent 58f844f commit b449dab
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
## What does this PR do

## Rationale for this change

## Standards checklist

- [ ] The PR title is descriptive
- [ ] The commit messages are [semantic](https://www.conventionalcommits.org/)
- [ ] Necessary tests are added
- [ ] Performance tests checked, no obvious performance degradation
- [ ] Necessary documents have been added if this is a new feature

0 comments on commit b449dab

Please sign in to comment.