Skip to content

Commit 814a5dc

Browse files
committed
Fix issue template indent
1 parent 677aec6 commit 814a5dc

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -4,46 +4,46 @@ description: Suggest an idea for this project
44
labels: 'feature request'
55
body:
66
- type: markdown
7-
attributes:
8-
value: '## User story'
7+
attributes:
8+
value: '## User story'
99
- type: markdown
10-
attributes:
11-
value: A clear and concise description of _who_ wants to do _what_ and _why_.
10+
attributes:
11+
value: A clear and concise description of _who_ wants to do _what_ and _why_.
1212
- type: input
13-
attributes:
14-
label: As
15-
description: Who?
16-
placeholder: user, contributor, maintainer, engineer, manager, etc.
17-
validations:
18-
required: true
13+
attributes:
14+
label: As
15+
description: Who?
16+
placeholder: user, contributor, maintainer, engineer, manager, etc.
17+
validations:
18+
required: true
1919
- type: input
20-
attributes:
21-
label: I would like to
22-
description: What?
23-
placeholder: do something new or better with Rex
24-
validations:
25-
required: true
20+
attributes:
21+
label: I would like to
22+
description: What?
23+
placeholder: do something new or better with Rex
24+
validations:
25+
required: true
2626
- type: input
27-
attributes:
28-
label: so I can
29-
description: Why?
30-
placeholder: reach a specific goal
31-
validations:
32-
required: true
27+
attributes:
28+
label: so I can
29+
description: Why?
30+
placeholder: reach a specific goal
31+
validations:
32+
required: true
3333
- type: textarea
34-
attributes:
35-
label: Additional context
36-
description: Add any other context about the feature request here.
34+
attributes:
35+
label: Additional context
36+
description: Add any other context about the feature request here.
3737
- type: markdown
38-
attributes:
39-
value: '---'
38+
attributes:
39+
value: '---'
4040
- type: textarea
41-
attributes:
42-
label: Describe the solution you would like
43-
description: A clear and concise description of expected behavior, or code examples for expected interfaces.
44-
validations:
45-
required: true
41+
attributes:
42+
label: Describe the solution you would like
43+
description: A clear and concise description of expected behavior, or code examples for expected interfaces.
44+
validations:
45+
required: true
4646
- type: textarea
47-
attributes:
48-
label: Describe alternatives you have considered
49-
description: A clear and concise description of any alternative solutions or features you have considered, possibly listing pros and cons.
47+
attributes:
48+
label: Describe alternatives you have considered
49+
description: A clear and concise description of any alternative solutions or features you have considered, possibly listing pros and cons.

0 commit comments

Comments
 (0)