Skip to content

Commit bbd3214

Browse files
docs(AGENTS): improve standards
1 parent c654e85 commit bbd3214

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Single-test examples:
4949
- Use `ink-testing-library` in tests and avoid `act()`
5050
- For Ink keyboard interaction tests, avoid mocking `ink` low-level input hooks and prefer `render(...).stdin.write(...)`
5151
- Use `// v8 ignore` in tests to exclude unreachable entrypoint guards; use `vi.hoisted()` for mock variables accessed by `vi.mock()` hoisted scopes
52-
- Use Conventional Commits: type(scope): description
52+
- Use Conventional Commits (`type(scope): description`) with bullet points in the body
5353
- Create PR with `.github/PULL_REQUEST_TEMPLATE.md`
5454

5555
## Verification

0 commit comments

Comments
 (0)