From 5cbca44a80feeea72df129f26439eba8d5b37005 Mon Sep 17 00:00:00 2001 From: Tom Raviv Date: Tue, 27 Jul 2021 18:16:30 +0300 Subject: [PATCH] Issue forms: set the "body" field as required (#8430) --- .../syntax-for-issue-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md index 3aa88b6962..b9c07c4796 100644 --- a/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md +++ b/content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms.md @@ -36,10 +36,10 @@ You can set the following top-level keys for each issue form. | :-- | :-- | :-- | :-- | :-- | | `name` | A name for the issue form template. Must be unique from all other templates, including Markdown templates. | Required | String | | `description` | A description for the issue form template, which appears in the template chooser interface. | Required | String | +| `body` | Definition of the input types in the form. | Required | Array | | `assignees` | People who will be automatically assigned to issues created with this template. | Optional | Array or comma-delimited string | | `labels` | Labels that will automatically be added to issues created with this template. | Optional | String | | `title` | A default title that will be pre-populated in the issue submission form. | Optional | String | -| `body` | Definition of the input types in the form. | Optional | Array | For the available `body` input types and their syntaxes, see "[Syntax for {% data variables.product.prodname_dotcom %}'s form schema](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema)."