Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## ✍️ Describe your changes

_None_

## 🔗 Issue ticket number and link

_None_

## ✅ Checklist before requesting a review

- [ ] I have performed a self-review of my code
- [ ] If it is a core feature, I have added thorough tests
- [ ] I have checked that affected pages are responsive
- [ ] I have checked that there are no z-index issues on affected pages
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Or lint a message from standard input:
echo "feat(parser): add fast validation" | quick-commitlint
```

Valid messages produce no output and exit with status `0`. Rule errors exit with status `1`; command, file, UTF-8, and configuration errors exit with status `2`. Warnings are printed but do not fail the hook.
Every lint result includes the elapsed lint time in milliseconds. Valid messages and warning-only results exit with status `0`; rule errors exit with status `1`; command, file, UTF-8, and configuration errors exit with status `2`.

## ⚙️ Configuration

Expand Down
Binary file modified docs/assets/terminal-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/terminal-demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Sleep 500ms
Type "cat COMMIT_EDITMSG"
Enter
Sleep 750ms
Type "quick-commitlint COMMIT_EDITMSG && echo valid-commit"
Type "quick-commitlint COMMIT_EDITMSG"
Enter
Sleep 3s

Expand Down
Loading
Loading