3

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?

PirateApp
  • 5,433
  • 4
  • 57
  • 90

1 Answers1

3

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.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250