From 6fa05a96061f48fec0d4a95e67661a856bbb3609 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Thu, 3 Feb 2022 12:33:01 +1000 Subject: [PATCH 1/2] Fix "labels" type --- .../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 6c3a6932c0..87818c5f0b 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 @@ -40,7 +40,7 @@ You can set the following top-level keys for each issue form. | `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 | +| `labels` | Labels that will automatically be added to issues created with this template. | Optional | Array | | `title` | A default title that will be pre-populated in the issue submission form. | Optional | String | 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)." From 249661f64127f13bd9ce4d2e99f42eaf652215f8 Mon Sep 17 00:00:00 2001 From: Laura Coursen Date: Fri, 4 Feb 2022 08:54:57 -0600 Subject: [PATCH 2/2] Add :nail_care: --- .../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 87818c5f0b..a9084bef8f 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 @@ -40,7 +40,7 @@ You can set the following top-level keys for each issue form. | `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 | Array | +| `labels` | Labels that will automatically be added to issues created with this template. | Optional | Array or comma-delimited string | | `title` | A default title that will be pre-populated in the issue submission form. | Optional | String | 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)."