SoftServedWeb-com / dev-thing

An opensource local WP but for node JS frameworks
https://devthing.softservedweb.com/
GNU General Public License v3.0
6 stars 3 forks source link

Commit linting added, with prompts. #16

Open 4N1Z opened 2 months ago

4N1Z commented 2 months ago

Commit lints added for better commit and for the ease of creating change-logs

AnirudhDaya commented 1 month ago

Support with some screenshots on how linting will affect commit messages. Can it be overidden?

4N1Z commented 1 month ago

Hey, Got it. Here are the screenshots of how it may look :

1 . git commit, or git commit -m ""

It overides and prompts the user to go through the convention image

2. To force git commit in a normal way : use git commit --no-verify -m "<your_message>"

image