Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 851 Bytes

CONTRIBUTE.md

File metadata and controls

15 lines (13 loc) · 851 Bytes

Commit prefixes

Commits should abide the rules of The Conventional Commits specification. On top of the specification, commit prefixes for this repo are:

[feat]: New features.
[fix]: Bug fixes.
[chore]: Changes that do not directly affect end-user, but can change structures internally.
[ref]: Refactor of existing code.
[test]: Adding new tests, changing tests.
[upd]: Updating prebuilt binaries and third party library code.
[docs]: Adding or updating documentation.
[build]: Changes to build process/steps. CMake and build script changes.
[brand]: Adding or updating repo/brand related stuff. Changes on logo, readme, license, etc.
[ci]: Changes that affect the build on the remote repo. (GitHub Actions atm.)