Skip to content

docs(contributing): fix version example to match integer schema#2

Merged
abhicris merged 1 commit into
create-protocol:mainfrom
abhicris:fix/2026-06-04-0402
Jun 30, 2026
Merged

docs(contributing): fix version example to match integer schema#2
abhicris merged 1 commit into
create-protocol:mainfrom
abhicris:fix/2026-06-04-0402

Conversation

@abhicris

@abhicris abhicris commented Jun 4, 2026

Copy link
Copy Markdown
Member

What

Change the version-bump example in CONTRIBUTING.md from `v1` → `v2` to `1` → `2`.

Why

The scenario schema section immediately above states that scenario.version is an integer, but the immutability rule illustrates it with string literals v1/v2. A contributor following the example literally would write a string value and fail schema validation. Removing the v prefix makes the example consistent with the type declared in the schema.

Small, scoped fix from kcolbchain contrib-bot.

@abhicris abhicris merged commit e5c75a6 into create-protocol:main Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant