Skip to content

Commit d987b96

Browse files
docs(AGENTS): improve wording
1 parent bbd3214 commit d987b96

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
@@ -50,7 +50,7 @@ Single-test examples:
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
5252
- Use Conventional Commits (`type(scope): description`) with bullet points in the body
53-
- Create PR with `.github/PULL_REQUEST_TEMPLATE.md`
53+
- Create PR with `.github/PULL_REQUEST_TEMPLATE.md` as a reference
5454

5555
## Verification
5656

0 commit comments

Comments
 (0)