Skip to content

Commit 3e469f4

Browse files
committed
chore: adds pull request template
1 parent 65761fd commit 3e469f4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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
15+
changes (when appropriate).
16+
- [ ] You have added an entry to the relevant `CHANGELOG.md` (see
17+
["keep a changelog"] for more information).
18+
- [ ] Your commit messages follow the [conventional commit] style.
19+
- [ ] Your PR title follows the [conventional commit] style.
20+
21+
[conventional commit]: https://www.conventionalcommits.org/en/v1.0.0/#summary
22+
["keep a changelog"]: https://keepachangelog.com/en/1.1.0/

0 commit comments

Comments
 (0)