1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Update syntax-for-issue-forms.md (#54150)

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
This commit is contained in:
Riley Broughten
2025-01-31 13:21:51 -08:00
committed by GitHub
parent 9c14490a3c
commit 0b2455ed81

View File

@@ -38,6 +38,12 @@ body:
You can set the following top-level keys for each issue form.
{% ifversion issue-types %}
{% data reusables.issues.release-stage %}
{% endif %}
| Key | Description | Required | Type |
| :-- | :-- | :-- | :-- |
| `name` | A name for the issue form template. Must be unique from all other templates, including Markdown templates. | Required | String |
@@ -46,6 +52,9 @@ You can set the following top-level keys for each issue form.
| `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. If a label does not already exist in the repository, it will not be automatically added to the issue. | Optional | Array or comma-delimited string |
| `title` | A default title that will be pre-populated in the issue submission form. | Optional | String |
| {% ifversion issue-types %} |
| `type` | The issue type that will be automatically added to issues created with this template. Issue types are defined at the organization level and can be used to create a shared syntax across repos. | Optional | String |
| {% endif %} |
| {% ifversion projects-in-issue-forms %} |
| `projects` | Projects that any issues created with this template will automatically be added to. The format of this key is `PROJECT-OWNER/PROJECT-NUMBER`. > [!NOTE] The person opening the issue must have write permissions for the specified projects. If you don't expect people using this template to have write access, consider enabling your project's auto-add workflow. For more information, see [Adding items automatically](/issues/planning-and-tracking-with-projects/automating-your-project/adding-items-automatically). | Optional | Array or comma-delimited string |
| {% endif %} |