Skip to content

Commit

Permalink
Merge pull request #36126 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Feb 1, 2025
2 parents 6a92295 + 0b2455e commit 454ad0a
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 %} |
Expand Down

0 comments on commit 454ad0a

Please sign in to comment.