Skip to content

Commit

Permalink
chore: feature pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Mar 22, 2024
1 parent b5d8e01 commit 6ab2baa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
> Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice.
## Checklist

- [ ] Title as described.
- [ ] Your code should contain tests relevant for the problem you are solving.
- [ ] Your code should be well documented if new functionality is added.
- [ ] All new and existing tests passed.
- [ ] Your commits messages format follows the [Conventional Commits Specification](https://www.conventionalcommits.org/).

0 comments on commit 6ab2baa

Please sign in to comment.