From fb4f06fa840ebfdfebcf9d8c683dbeac2ac8c0af Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Mon, 2 May 2022 02:50:18 +0200 Subject: [PATCH] docs(meta): Add two examples how to use the Conventional Commits commit type 'docs' --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c30aad..a54f0e2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,11 @@ An approach to having kids use a Kodi media center instance: manage session use ## 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 \ No newline at end of file +* `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 + ``` \ No newline at end of file