Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ game: mention in your pull request which one you picked up.

1. Fork the repository and create a branch from `main`.
2. Make your change and run the relevant validation script.
3. Verify with `npm run build` before opening a PR.
4. Open a pull request against `main` describing what changed and why.
3. Run `npm run test:unit` — the required "Validate repository" check runs this on every PR.
4. Verify with `npm run build` before opening a PR.
5. Open a pull request against `main` describing what changed and why.

## Agent contributors

Expand Down
Loading