Skip to content

Commit 7714850

Browse files
committed
docs(contributing): add resources section to commit convention guide
Added links to relevant documentation resources.
1 parent 3482430 commit 7714850

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/COMMIT_CONVENTION.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,8 @@ See `commitlint.config.js` for configuration details.
4444

4545
The commitlint validation runs automatically on all pull requests and push events.
4646
Commits that don't follow the conventional format will cause CI to fail.
47+
48+
## Resources
49+
50+
- [Conventional Commits Specification](https://www.conventionalcommits.org/)
51+
- [Commitlint Documentation](https://commitlint.js.org/)

0 commit comments

Comments
 (0)