Skip to content

Commit

Permalink
Correct syntax in issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey committed Dec 20, 2024
1 parent f2ed4e3 commit 6bbb7dc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ body:
description: |
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).
required: true
validations:
required: true

- type: textarea
id: steps
Expand All @@ -31,7 +32,8 @@ body:
1.
2.
3.
required: true
validations:
required: true

- type: textarea
id: expected_vs_actual
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ body:
description: |
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).
required: true
validations:
required: true

- type: textarea
id: example
Expand Down
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/prerelease_bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ body:
description: |
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).
required: true
validations:
required: true

- type: textarea
id: steps
Expand All @@ -33,7 +34,8 @@ body:
1.
2.
3.
required: true
validations:
required: true

- type: textarea
id: expected_vs_actual
Expand Down

0 comments on commit 6bbb7dc

Please sign in to comment.