From 8fad8faf876fee61a31a84fd38269043f3480d2b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Sat, 15 Apr 2023 08:50:58 -0400 Subject: [PATCH] docs: add `nixos` and `home-manager` scopes Those scopes will help users of one or the other identify which changes affect them in release notes. --- CONTRIBUTING.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0482c7d..c3dad69 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,11 @@ Create a file in `modules//` with the name of the port. Add the file to default to `config.catppuccin.flavour` and `config.catppuccin.accent`, respectively. -Commits that add ports should be of the format `feat(modules): add support for `. +Commits that add ports should be of the format + +``` +feat(): add support for +``` ## Commit messages @@ -32,8 +36,8 @@ describes the motivation and content of the commit. ### Commit scopes -Available commit scopes are port names and `modules`. If neither of these apply, -omit the scope. +Available commit scopes are port names, `nixos`, `home-manager`, and `modules`. If +none of these apply, omit the scope. ### Breaking changes