Skip to content

Commit 6af5fee

Browse files
committed
chore: adds pull request template
1 parent 357edd1 commit 6af5fee

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
_Describe the problem or feature in addition to a link to the issues._
2+
3+
Before submitting this PR, please make sure:
4+
5+
For external contributors:
6+
7+
- [ ] You have not used AI on any parts of this pull request.
8+
9+
For all contributors:
10+
11+
- [ ] You have added a few sentences describing the PR here.
12+
- [ ] Your code builds clean without any errors or warnings.
13+
- [ ] You have added tests (when appropriate).
14+
- [ ] You have updated the README or other documentation to account for these changes (when appropriate).
15+
- [ ] You have added an entry to the relevant `CHANGELOG.md` (see ["keep a changelog"] for more information).
16+
- [ ] Your commit messages follow the [conventional commit] style.
17+
- [ ] Your PR title follows the [conventional commit] style.
18+
19+
[conventional commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
20+
["keep a changelog"]: https://keepachangelog.com/en/1.1.0/

0 commit comments

Comments
 (0)