Skip to content
Closed
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
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ For example, the following form definition includes four form elements: a text a
options:
- label: I agree to follow this project's [Code of Conduct](link/to/coc)
required: true
validations:
required: true
- type: markdown
attributes:
value: "Thanks for completing our form!"
Expand Down Expand Up @@ -270,6 +272,8 @@ body:
- label: macOS
- label: Windows
- label: Linux
validations:
required: true
```

## Further reading
Expand Down