Skip to content

Commit 00cbca3

Browse files
authored
Enhance pull request template with additional checks
Added checks for repo initialization and commit count.
1 parent 73d94c4 commit 00cbca3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/pull_request_template.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ Fixes # (issue number)
1818
- [ ] I have run `npm run format` and `npm run lint` locally and resolved all errors (CI will fail otherwise).
1919
- [ ] My commits follow the Conventional Commits format (e.g., `feat(themes): ...`, `fix(calculate): ...`).
2020
- [ ] I have updated `README.md` if I added a new theme or URL parameter.
21+
- [ ] I have started the repo.
22+
- [ ] I have made sure that i have only one commit to merge in this PR.
2123
- [ ] The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).

0 commit comments

Comments
 (0)