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