Skip to content

Commit ac2cd03

Browse files
committed
docs(contributing): add typecheck command to development instructions
Signed-off-by: leocavalcante <[email protected]>
1 parent 73169b9 commit ac2cd03

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ Thank you for considering contributing to OpenCoder! This document outlines the
2222
# Install dependencies
2323
bun install
2424

25+
# Run type checker
26+
bun run typecheck
27+
2528
# Run linter
2629
bun run lint
2730

@@ -80,9 +83,10 @@ Example: `feat: add cycle limit option to orchestrator`
8083
## Pull Requests
8184

8285
1. Ensure all tests pass: `bun test`
83-
2. Ensure code is linted: `bun run lint`
84-
3. Write a clear PR description
85-
4. Reference any related issues
86+
2. Ensure types are correct: `bun run typecheck`
87+
3. Ensure code is linted: `bun run lint`
88+
4. Write a clear PR description
89+
5. Reference any related issues
8690

8791
## Reporting Issues
8892

0 commit comments

Comments
 (0)