Skip to content

Commit c552b4c

Browse files
authored
Merge branch 'main' into repo-sync
2 parents 3aa9022 + e7da33f commit c552b4c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ For example, the following form definition includes four form elements: a text a
3838
description: What version of our software are you running?
3939
multiple: false
4040
options:
41-
- label: 1.0.2 (Default)
42-
- label: 1.0.3 (Edge)
41+
- 1.0.2 (Default)
42+
- 1.0.3 (Edge)
4343
validations:
4444
required: true
4545
- type: checkboxes

content/issues/tracking-your-work-with-issues/creating-an-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Query parameter | Example
169169
`template` | `https://github.com/octo-org/octo-repo/issues/new?template=issue_template.md` creates an issue with a template in the issue body. The `template` query parameter works with templates stored in an `ISSUE_TEMPLATE` subdirectory within the root, `docs/` or `.github/` directory in a repository. For more information, see "[Using templates to encourage useful issues and pull requests](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)."
170170

171171
{% ifversion fpt or ghec %}
172-
To use query parameters to fill text fields by `id`, you can use issue forms. Query parameters for issue form fields can also be passed to the issue template chooser. For more information, see "[Syntax for {% data variables.product.company_short %}'s form schema](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#keys)."
172+
You can also use URL query parameters to fill custom text fields that you have defined in issue form templates. Query parameters for issue form fields can also be passed to the issue template chooser. For more information, see "[Syntax for {% data variables.product.company_short %}'s form schema](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema#keys)."
173173
{% endif %}
174174

175175
{% ifversion code-scanning-task-lists %}

0 commit comments

Comments
 (0)