meta: add subjects to repository.md
This commit is contained in:
parent
15696192be
commit
d690dd0a27
1 changed files with 5 additions and 0 deletions
|
@ -35,3 +35,8 @@ A scope is an abstract type of location, such as:
|
||||||
- `flake` for `flake.nix` or a flake-wide change
|
- `flake` for `flake.nix` or a flake-wide change
|
||||||
- `bump` for `flake.lock` updates
|
- `bump` for `flake.lock` updates
|
||||||
- `meta` for changes relating to the repository-related files (`readme.md`, `ideas.md`, `todo.md`, `repository.md`)
|
- `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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue