Skip to content

Commit 7590fd3

Browse files
committed
update PR
1 parent 6bf5f7f commit 7590fd3

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/pull_request_template.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,21 @@ If your PR is rejected, check the task list.
1717

1818
Self checklist
1919

20-
- [ ] I have committed my files one by one, on purpose, and for a reason
21-
- [ ] I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
22-
- [ ] I have tested my changes
23-
- [ ] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/contributing/)
24-
- [ ] My changes meet the [requirements](./README.md) of this task
20+
- [x] I have committed my files one by one, on purpose, and for a reason
21+
- [x] I have titled my PR with COHORT_NAME | FIRST_NAME LAST_NAME | REPO_NAME | WEEK
22+
- [x] I have tested my changes
23+
- [x] My changes follow the [style guide](https://curriculum.codeyourfuture.io/guides/contributing/)
24+
- [x] My changes meet the [requirements](./README.md) of this task
2525

2626
## Changelist
2727

28-
Briefly explain your PR.
28+
This Pull Request includes JavaScript exercises where I learned about identifying and fixing errors.
29+
30+
I improved my skills in creating new branches, committing individual files, and committing all changes at once. I also prefer using command-line commands rather than buttons for these tasks.
31+
32+
I used String.prototype.padStart() for the first time and gained a good understanding of its usefulness.
33+
34+
To view changes instantly, I used nodemon with a command (while true; do nodemon $(ls *.js | fzf); done) for interactive, real-time feedback.
2935

3036
## Questions
3137

0 commit comments

Comments
 (0)