1
0
mirror of synced 2026-01-09 06:03:09 -05:00

Merge pull request #25024 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-02-04 09:26:25 -06:00
committed by GitHub

View File

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