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?
What should be the first commit message using commitlint?
Asked Answered
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.
© 2022 - 2024 — McMap. All rights reserved.