Skip to content

Commit 4e3809a

Browse files
committed
refactor: replace bullet point by check inputs
1 parent 92d84af commit 4e3809a

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
# Submit a pull request
22

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.
1310

1411
---
1512

0 commit comments

Comments
 (0)