conventional-changelog-archived-repos / validate-commit-msg

DEPRECATED. Use https://github.com/marionebl/commitlint instead. githook to validate commit messages are up to standard
http://conventionalcommits.org/
MIT License
556 stars 101 forks source link

feat(index): add autoFix support that lowercases type/subject and pass commit #56

Closed spirosikmd closed 7 years ago

spirosikmd commented 7 years ago

Fixes #37

kentcdodds commented 7 years ago

Thanks a bunch!

codecov-io commented 7 years ago

Current coverage is 100% (diff: 100%)

Merging #56 into master will not change coverage

@@           master   #56   diff @@
===================================
  Files           1     1          
  Lines          90    98     +8   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
+ Hits           90    98     +8   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last update 082eed8...bcf1402

kentcdodds commented 7 years ago

Perfect! Thank you!

spirosikmd commented 7 years ago

Your welcome! Thank you for the package in the first place!

kentcdodds commented 7 years ago

Thanks so much for your help! I've added you as a collaborator on the project. Please make sure that you review the CONTRIBUTING.md file (specifically the bit about the commit messages and the git hooks) and familiarize yourself with the code of conduct (we're using the contributor covenant). You might also want to watch the repo to be notified when someone files an issue/PR. Please continue to make PRs as you feel the need (you can make your branches directly on the repo rather than your fork if you want). Thanks! And welcome to the team :)

spirosikmd commented 7 years ago

Great! Thank you very much for the invitation! I will familiarize myself with the repo in general :)