From 0fa6c78038531c26a3f48412f3a2a2efacd3b464 Mon Sep 17 00:00:00 2001 From: dylanljones Date: Thu, 28 Dec 2023 15:05:50 +0100 Subject: [PATCH] add scopes to commit message style --- CONTRIBUTING.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3a44e8c..e936c66 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ $ pre-commit install A format influenced by [Angular commit message]. ```text -: +(): @@ -44,6 +44,18 @@ Must be one of the following: - **update** Other configurations updates - **auto** Mostly used by automatic commits (for example from GitHub workflows) +### Scope (optional) + +The scope should specify the affected part of the project. +The following is a list of possible scopes: + +- **config**: Configuration handling +- **xml**: Rekordbox XML database handling +- **db**: Rekordbox v6 database handling +- **anlz**: ANLZ file handling +- **mysettings**: MySettings file handling + + ### Subject Use the summary field to provide a succinct description of the change: