Skip to content

Commit 7b53382

Browse files
committed
fix yaml lint
1 parent acc4419 commit 7b53382

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ body:
2626
label: Current Behavior
2727
description: |
2828
What actually happened?
29-
29+
3030
Please include full errors, uncaught exceptions, stack traces, and relevant logs.
3131
If service responses are relevant, please include wire logs.
3232
validations:
@@ -38,7 +38,7 @@ body:
3838
description: |
3939
Provide a self-contained, concise snippet of code that can be used to reproduce the issue.
4040
For more complex issues provide a repo with the smallest sample that reproduces the bug.
41-
41+
4242
Avoid including business logic or unrelated code, it makes diagnosis more difficult.
4343
The code sample should be an SSCCE. See http://sscce.org/ for details. In short, please provide a code sample that we can copy/paste, run and reproduce.
4444
validations:
@@ -80,4 +80,4 @@ body:
8080
attributes:
8181
label: Operating System and version
8282
validations:
83-
required: true
83+
required: true

.github/ISSUE_TEMPLATE/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ body:
2020
description: |
2121
Include links to affected documentation page(s).
2222
validations:
23-
required: true
23+
required: true

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: "(short issue description)"
55
labels: [feature-request, needs-triage]
66
assignees: []
77
body:
8-
- type: markdown
9-
attributes:
8+
- type: markdown
9+
attributes:
1010
value: |
1111
## Community Note
1212
1. Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
@@ -26,7 +26,7 @@ body:
2626
description: |
2727
Why do you need this feature? For example: "I'm always frustrated when..."
2828
validations:
29-
required: true
29+
required: true
3030
- type: textarea
3131
id: solution
3232
attributes:
@@ -51,4 +51,4 @@ body:
5151
- label: I may be able to implement this feature request
5252
required: false
5353
- label: This feature might incur a breaking change
54-
required: false
54+
required: false

0 commit comments

Comments
 (0)