Skip to content

Commit f4100a5

Browse files
Очеретович ОксанаОчеретович Оксана
authored andcommitted
docs(contributing): document conventional commit format
1 parent 58c625f commit f4100a5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CONTRIBUTING.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,15 @@ If you're looking for a good place to start, look for issues labeled ["good firs
3232
- I have reviewed my diff in github, line by line and removed unexpected formatting changes, testing logs, or commented-out code.
3333
- Every change is related to the PR description.
3434
- I have [linked](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) this pull request to relevant issues (if any exist).
35+
36+
## Commit messages
37+
38+
This repository follows the Conventional Commits specification.
39+
40+
Format:
41+
type(scope)!: short, lowercase description
42+
43+
Examples:
44+
- fix(avm): correct calldata offset handling
45+
- chore(ci): avoid duplicate slack notifications
46+
- feat(bb)!: remove deprecated proving api

0 commit comments

Comments
 (0)