You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Scopes** (optional): `cli`, `api`, `deps`, `readme`, `benchmark`, `toolchain`, `test`, or another relevant area.
16
+
-**Scopes** (optional): `cli`, `api`, `deps`, `readme`, `benchmark`, `toolchain`, `test`, or other relevant areas.
17
17
-**Description:** always lowercase after the colon, no trailing period, brief (3-7 words preferred).
18
18
-**Breaking changes:** append `!` before the colon. For example: `feat(cli)!: remove deprecated flag`.
19
19
-**Code identifiers** in descriptions should be wrapped in backticks. For example: `` chore(deps): update `rand` ``.
@@ -137,7 +137,7 @@ Use **descriptive names** for variables and closure parameters by default. Singl
137
137
.fold(PathBuf::new(), |acc, x|acc.join(x))
138
138
```
139
139
140
-
-**Test fixtures:**`let a`, `let b`, `let c` for interchangeable specimens with identical roles in equality or comparison tests, such as tests of commutativity. Do not use single letters when the variables have distinct roles; use `actual`/`expected` or similar descriptive names instead.
140
+
-**Test fixtures:**`let a`, `let b`, `let c` for interchangeable specimens with identical roles in equality or comparison tests. Do not use single letters when the variables have distinct roles; use `actual`/`expected` or similar descriptive names instead.
0 commit comments