From d690dd0a27afb8f63ac23bc08a77555c29ab651c Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Mon, 28 Aug 2023 09:52:56 -0400 Subject: [PATCH] meta: add subjects to repository.md --- repository.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repository.md b/repository.md index c3b5ac7..f95794f 100644 --- a/repository.md +++ b/repository.md @@ -35,3 +35,8 @@ A scope is an abstract type of location, such as: - `flake` for `flake.nix` or a flake-wide change - `bump` for `flake.lock` updates - `meta` for changes relating to the repository-related files (`readme.md`, `ideas.md`, `todo.md`, `repository.md`) + +### Subjects + +- When packaging software, location is `pkgs/package`, subject is `init at [version]` or `[version old] -> [version new]` for new packages and updates. Other changes use a normal subject +- When renaming files, use the location above the original, and use `before -> after` for the subject