1
0
mirror of synced 2026-01-25 18:03:26 -05:00

Merge pull request #20541 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-07-28 01:29:39 +10:00
committed by GitHub

View File

@@ -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)."