forked from mirrors/jj
docs: clarify that commit messages start with a topic, not a component
It's generally more useful to say something like "revset: use Self to refer to expressions of the same type" than "lib: use Self to refer to revset expressions of the same type ", so let's try to clarify that.
This commit is contained in:
parent
9f578c4f10
commit
71b60a3102
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ test and document.
|
|||
|
||||
The commit message should describe the changes in the commit;
|
||||
the PR description can even be empty, but feel free to include a personal
|
||||
message. We write commit messages in an affected component style and don't use
|
||||
message. We start the commit message with `<topic>: ` and don't use
|
||||
[conventional commits](https://www.conventionalcommits.org/en/v1.0.0/). This means if
|
||||
you modified a command in the CLI, use its name as the topic, e.g
|
||||
`next/prev: <your-modification>` or `conflicts: <your-modification>`. We don't
|
||||
|
|
Loading…
Reference in a new issue