meta: add subjects to repository.md

This commit is contained in:
Infinidoge 2023-08-28 09:52:56 -04:00
parent 15696192be
commit d690dd0a27

View file

@ -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