Skip to content

Commit 92d84af

Browse files
committed
chore: add PR template
1 parent c259566 commit 92d84af

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/pull_request_template.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Submit a pull request
2+
3+
Thank you for submitting a pull request! To speed up the review process, please ensure that everything below
4+
is true:
5+
6+
1. This is not a duplicate of an existing pull request.
7+
2. No existing features have been broken without good reason.
8+
3. Your commit messages are detailed
9+
4. The code style guideline have been followed.
10+
5. Documentation has been updated to reflect your changes.
11+
6. Tests have been added or updated to reflect your changes.
12+
7. All tests pass.
13+
14+
---
15+
16+
Replace any ":question:" below with information about your pull request.
17+
18+
## Pull Request Details
19+
20+
Provide details about your pull request and what it adds, fixes, or changes.
21+
22+
:question:
23+
24+
## Breaking Changes
25+
26+
Describe what features are broken by this pull request and why, if any.
27+
28+
:question:
29+
30+
## Issues Fixed
31+
32+
Enter the issue numbers resolved by this pull request below, if any.
33+
34+
1. :question:
35+
36+
## Other Relevant Information
37+
38+
Provide any other important details below.

0 commit comments

Comments
 (0)