Skip to content

Commit 03dcec8

Browse files
committed
- Adding dots to the end of sentences. Addressing review comment.
1 parent b0591d2 commit 03dcec8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
44
## Checklist:
55
> Ensure the following tasks are completed before submission.
6-
- [ ] My code follows the project style guidelines
7-
- [ ] I have performed a self-review of my code
8-
- [ ] I have commented my code, particularly in hard-to-understand areas
9-
- [ ] I have added tests that prove my fix is effective or my feature works
10-
- [ ] New and existing tests pass locally with my changes
11-
- [ ] I have used a code formatting tool to ensure consistent style
12-
- [ ] I have run a linter to check for code quality issues
6+
- [ ] My code follows the project style guidelines.
7+
- [ ] I have performed a self-review of my code.
8+
- [ ] I have commented my code, particularly in hard-to-understand areas.
9+
- [ ] I have added tests that prove my fix is effective or my feature works.
10+
- [ ] New and existing tests pass locally with my changes.
11+
- [ ] I have used a code formatting tool to ensure consistent style.
12+
- [ ] I have run a linter to check for code quality issues.
1313

1414
## Additional Context:
1515
> Add any other context about the pull request here.

0 commit comments

Comments
 (0)