Skip to content

Commit d4583a6

Browse files
committed
doc: Update CONTRIBUTING.md
1 parent 9b119f0 commit d4583a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ If you have a suggestion for the project, we'd love to hear about it. Please inc
4848
### Coding Standards
4949

5050
* Use consistent code formatting
51-
* Write clear commit messages following [Conventional Commits](https://www.conventionalcommits.org/)
51+
* Write clear commit messages following [Conventional Commits](https://www.conventionalcommits.org/) or at least the basic specification as in the [Commit Messages](#commit-messages) section.
5252
* Comment your code where necessary
5353
* Write tests for new features
5454
* Keep the code simple and maintainable
5555

5656
### Commit Messages
5757

58-
We follow a basic specification:
58+
Basic specification example:
5959

6060
```
6161
type(scope): description

0 commit comments

Comments
 (0)