Compare commits
2 commits
d0666643b7
...
847dc568fa
Author | SHA1 | Date | |
---|---|---|---|
847dc568fa | |||
d244b90521 |
2 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,8 @@ We follow a subset of the [Conventional Commits](https://www.conventionalcommits
|
||||||
- `style`: A code change that does not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
|
- `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
|
- `test`: Adding missing tests or correcting existing tests
|
||||||
- `docs`: Documentation only changes
|
- `docs`: Documentation only changes
|
||||||
- `build`: Changes that affect the build system, ci pipeline, project version, or external dependencies
|
- `ci`: Changes to our CI configuration files and scripts
|
||||||
|
- `build`: Changes that affect the build system, project version, or external dependencies
|
||||||
- `chore`: Other changes that don't modify src or test files, such as updating .gitignore
|
- `chore`: Other changes that don't modify src or test files, such as updating .gitignore
|
||||||
|
|
||||||
### Acceptable scopes
|
### Acceptable scopes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# ZenithInfo
|
# ZenithInfo
|
||||||
|
|
||||||
Zenith's official information provider!
|
Zenith's official information provider!
|
||||||
|
|
Loading…
Add table
Reference in a new issue