mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 19:09:16 +00:00
docs: update contributing guidelines for commit messages and versioning
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -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 function and global declaration names with an uppercase letter.
|
||||||
- Start local variable names with a lowercase letter.
|
- Start local variable names with a lowercase letter.
|
||||||
- Maintain consistent formatting and commenting guidelines.
|
- 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.
|
Refer to the [style guide document](STYLE_GUIDE.md) if available.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user