Skip to content

Commit 14e3b25

Browse files
committed
Add PR template
It was copied from Rust Driver repo, with "CONTRIBUTING.md" changed to "CONTRIBUTING.rst".
1 parent b5dae8a commit 14e3b25

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Pre-review checklist
2+
3+
<!--
4+
Make sure you took care of the issues on the list.
5+
Put 'x' into those boxes which apply.
6+
You can also create the PR now and click on all relevant checkboxes.
7+
See CONTRIBUTING.rst for more details.
8+
-->
9+
10+
- [ ] I have split my patch into logically separate commits.
11+
- [ ] All commit messages clearly explain what they change and why.
12+
- [ ] I added relevant tests for new features and bug fixes.
13+
- [ ] All commits compile, pass static checks and pass test.
14+
- [ ] PR description sums up the changes and reasons why they should be introduced.
15+
- [ ] I have provided docstrings for the public items that I want to introduce.
16+
- [ ] I have adjusted the documentation in `./docs/source/`.
17+
- [ ] I added appropriate `Fixes:` annotations to PR description.

0 commit comments

Comments
 (0)