Skip to content

Commit

Permalink
Fix indent on issue forms
Browse files Browse the repository at this point in the history
  • Loading branch information
droidmonkey authored and pull[bot] committed Jan 26, 2025
1 parent ae2ef8e commit 4b5a5b1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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).
validations:
required: true
validations:
required: true

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

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

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

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

- type: textarea
id: expected_vs_actual
Expand Down

0 comments on commit 4b5a5b1

Please sign in to comment.