File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change
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.
You can’t perform that action at this time.
0 commit comments