diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md index 8e8184bf2f21..8956938d99e6 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md @@ -50,6 +50,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!" @@ -266,6 +268,8 @@ body: - label: macOS - label: Windows - label: Linux + validations: + required: true ``` ## Further reading