Thanks for taking the time to contribute to ZenithInfo! Please read through this document to ensure that your contribution is in compliance with our guidelines. We are excited to have you contribute to our project!
## Conventional Commits
We follow a subset of the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification, defined below, for our commit messages. Please ensure that your commit messages are in the correct format.
### Acceptable types
-`feat`: A new feature (minor)
-`fix`: A bug fix (patch)
-`refactor`: A code change that rewrites/restructures code, without changing behavior
-`perf`: A code change that improves performance without changing behavior (variation of `refactor`)
-`style`: A code change that does not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
-`test`: Adding missing tests or correcting existing tests