What should be the first commit message using commitlint?
Asked Answered
C

1

6

If I am using @commitlint/config-conventional, what should be my first commit message using commmitlint? Is it feat: first commit or a build: first commit or a chore: first commit?

Cutis answered 6/6, 2022 at 13:59 Comment(0)
I
4

A good first commit would be to describe your new project with a README:

docs: add README

That way, you can start implementing in subsequent commits what you just described.

Irreproachable answered 5/7, 2022 at 6:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.