docs(meta): Explain Conventional Commits scopes

This commit is contained in:
hygienic-books 2023-10-27 00:50:53 +02:00
parent d4c357f334
commit 477dbfbb90

View File

@ -64,6 +64,6 @@ Commit _types_ besides `fix` and `feat` are:
The following _scopes_ are known for this project. A Conventional Commits commit message may optionally use one of the following scopes or none:
- `script`: Any other script work that doesn't specifically fall into the above scopes
- `script`: Work related to the commands triggered by `pacman`
- `hook`: Configuring the hook(s)
- `meta`: Affects the project's repo layout, readme content, file names etc.