File tree Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Expand file tree Collapse file tree 1 file changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Submit a pull request
2
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.
3
+ - [ ] This is not a duplicate of an existing pull request.
4
+ - [ ] No existing features have been broken without good reason.
5
+ - [ ] Your commit messages are detailed
6
+ - [ ] The code style guideline have been followed.
7
+ - [ ] Documentation has been updated to reflect your changes.
8
+ - [ ] Tests have been added or updated to reflect your changes.
9
+ - [ ] All tests pass.
13
10
14
11
---
15
12
You can’t perform that action at this time.
0 commit comments