* FIX [docs] commit style in CONTRIBUTING.md

Signed-off-by: braden <49038751+brahste@users.noreply.github.com>
This commit is contained in:
Braden Stefanuk 2023-10-28 14:59:56 -07:00 committed by Jaylin
parent 13f5e0fff6
commit d635511da7

View File

@ -121,7 +121,7 @@ Then you can navigate to NanoMQ repo to create a pull request. Our GitHub repo p
Each commit message start with a '*' and consists of a **tppe**, a **scope** and a **subject**.
```text
* <type>(<scope>): <subject>
* <type> [<scope>] <subject>
```
Examples:
@ -162,4 +162,5 @@ The promotion contributions include but not limited to:
- Writing tutorials for how the project can be used
- Offering to mentor another contributor
Thank you for your great effort to the NanoMQ community and the open-source world!
Thank you for your great effort to the NanoMQ community and the open-source world!