docs(meta): Add two examples how to use the Conventional Commits commit type 'docs'

This commit is contained in:
hygienic-books 2022-05-02 02:50:18 +02:00
parent aca2c8a79f
commit fb4f06fa84

View File

@ -5,3 +5,10 @@ An approach to having kids use a Kodi media center instance: manage session use
## Valid Conventional Commits scopes ## Valid Conventional Commits scopes
* `meta`: Affects the Git project's structure such as for example a `pyproject.toml` change, adding a new directory or changing how a news fragment file is formatted * `meta`: Affects the Git project's structure such as for example a `pyproject.toml` change, adding a new directory or changing how a news fragment file is formatted
* Examples:
```
refactor(meta): Move pytest config into 'pyproject.toml'
```
```
build(meta): Set custom towncrier news topics
```