docs: update contributing guidelines for commit messages and versioning

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-26 23:18:11 +00:00
parent 4c31568329
commit ec792f1fe2

View File

@ -62,6 +62,8 @@ Follow the coding style used in the repository to ensure consistency. Adhere to:
- Start function and global declaration names with an uppercase letter.
- Start local variable names with a lowercase letter.
- Maintain consistent formatting and commenting guidelines.
- Commit messages must follow [Conventional Commits](https://conventionalcommits.org).
- Release versions must follow [Semantic Versioning](https://semver.org).
Refer to the [style guide document](STYLE_GUIDE.md) if available.