What should be the first commit message using commitlint?

1.2k Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.