Correct syntax in issue forms

This commit is contained in:
Jonathan White 2024-12-19 23:56:39 -05:00
parent f2ed4e3840
commit 6bbb7dcfac
3 changed files with 10 additions and 5 deletions

View file

@ -20,7 +20,8 @@ body:
description: | description: |
Provide an overview of the problem, include any information that may help us triage this issue. Provide an overview of the problem, include any information that may help us triage this issue.
Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture).
required: true validations:
required: true
- type: textarea - type: textarea
id: steps id: steps
@ -31,7 +32,8 @@ body:
1. 1.
2. 2.
3. 3.
required: true validations:
required: true
- type: textarea - type: textarea
id: expected_vs_actual id: expected_vs_actual

View file

@ -18,7 +18,8 @@ body:
description: | description: |
Provide an overview of the feature you are interested in adding. Provide an overview of the feature you are interested in adding.
Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture).
required: true validations:
required: true
- type: textarea - type: textarea
id: example id: example

View file

@ -22,7 +22,8 @@ body:
description: | description: |
Provide an overview of the problem, include any information that may help us triage this issue. Provide an overview of the problem, include any information that may help us triage this issue.
Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture). Provide screenshots if possible, but do NOT show sensitive data (use View -> Allow Screen Capture).
required: true validations:
required: true
- type: textarea - type: textarea
id: steps id: steps
@ -33,7 +34,8 @@ body:
1. 1.
2. 2.
3. 3.
required: true validations:
required: true
- type: textarea - type: textarea
id: expected_vs_actual id: expected_vs_actual