Skip to content

Commit

Permalink
chore(git): add friendly commit messages fix #27
Browse files Browse the repository at this point in the history
fix #27
  • Loading branch information
Ridermansb committed Mar 30, 2022
1 parent 984a8c6 commit 5a10acd
Show file tree
Hide file tree
Showing 4 changed files with 1,816 additions and 33 deletions.
4 changes: 4 additions & 0 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

exec < /dev/tty && git cz --hook || true
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![](https://visitor-badge.glitch.me/badge?page_id=ridermansb.ridermansb)
![](https://visitor-badge.glitch.me/badge?page_id=ridermansb.ridermansb) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)


<h2>It's me, @ridermansb!</h2>
<p><em>Software Enginner at <a href="https://securityscorecard.com/">Security Scorecard</a></br>
Expand Down
Loading

0 comments on commit 5a10acd

Please sign in to comment.