Skip to content

Commit

Permalink
ci(github): update contributing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f committed Jul 19, 2024
1 parent 7cd7fa8 commit 24f0544
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@ List of conventional commit [types](https://github.com/commitizen/conventional-c

### Example fo commit messages

- Correct ✅: "feat(gRPC): sign transaction using wallet client"
- Correct ✅: "feat(grpc): sign transaction using wallet client"
- Incorrect ❌: 'feat(gRPC): Sign transaction using wallet client."
- Incorrect ❌: 'feat(gRPC): signed transaction using wallet client"
- Incorrect ❌: 'feat(grpc): Sign transaction using wallet client."
- Incorrect ❌: 'feat(grpc): signed transaction using wallet client"
- Incorrect ❌: 'sign transaction using wallet client"

## Code of Conduct
Expand Down

0 comments on commit 24f0544

Please sign in to comment.