Skip to content

Commit e7160ec

Browse files
authored
Merge pull request #9 from interledger/chj/fix-indentation
fix: adjust indentation on issue forms
2 parents f1310f5 + ebdf101 commit e7160ec

File tree

2 files changed

+84
-84
lines changed

2 files changed

+84
-84
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -3,65 +3,65 @@ description: "Let us know if something isn't working correctly"
33
title: "[BUG] <title>"
44
labels: ["bug"]
55
body:
6-
- type: "checkboxes"
7-
attributes:
8-
label: "Is there an existing issue for this?"
9-
description: "Please search to see if an issue already exists for the bug you encountered."
10-
options:
11-
- label: "I have searched the existing issues"
12-
required: true
13-
- type: dropdown
6+
- type: "checkboxes"
7+
attributes:
8+
label: "Is there an existing issue for this?"
9+
description: "Please search to see if an issue already exists for the bug you encountered."
10+
options:
11+
- label: "I have searched the existing issues"
12+
required: true
13+
- type: dropdown
1414
id: type
1515
attributes:
1616
label: "What type of bug are you experiencing?"
1717
multiple: true
1818
options:
1919
- Styling
2020
- Component behavior
21-
- type: textarea
22-
attributes:
23-
label: "Current Behavior"
24-
description: "A concise description of what you're experiencing."
25-
validations:
26-
required: false
27-
- type: textarea
28-
attributes:
29-
label: "Expected Behavior"
30-
description: "A concise description of what you expected to happen."
31-
validations:
32-
required: false
33-
- type: textarea
34-
attributes:
35-
label: "Steps To Reproduce"
36-
description: "Steps to reproduce the behavior."
37-
placeholder: |
38-
1. In this environment...
39-
1. With this config...
40-
1. Run '...'
41-
1. See error...
42-
validations:
43-
required: false
44-
- type: textarea
45-
attributes:
46-
label: "Environment"
47-
description: |
48-
examples:
49-
- **OS**: Ubuntu 20.04
50-
- **Node**: 13.14.0
51-
- **npm**: 7.6.3
52-
value: |
21+
- type: textarea
22+
attributes:
23+
label: "Current Behavior"
24+
description: "A concise description of what you're experiencing."
25+
validations:
26+
required: false
27+
- type: textarea
28+
attributes:
29+
label: "Expected Behavior"
30+
description: "A concise description of what you expected to happen."
31+
validations:
32+
required: false
33+
- type: textarea
34+
attributes:
35+
label: "Steps To Reproduce"
36+
description: "Steps to reproduce the behavior."
37+
placeholder: |
38+
1. In this environment...
39+
1. With this config...
40+
1. Run '...'
41+
1. See error...
42+
validations:
43+
required: false
44+
- type: textarea
45+
attributes:
46+
label: "Environment"
47+
description: |
48+
examples:
49+
- **OS**: Ubuntu 20.04
50+
- **Node**: 13.14.0
51+
- **npm**: 7.6.3
52+
value: |
5353
- OS:
5454
- Node:
5555
- npm:
56-
render: markdown
57-
validations:
58-
required: false
59-
- type: textarea
60-
attributes:
61-
label: "Anything else?"
62-
description: |
63-
Links? References? Anything that will give us more context about the issue you are encountering!
56+
render: markdown
57+
validations:
58+
required: false
59+
- type: textarea
60+
attributes:
61+
label: "Anything else?"
62+
description: |
63+
Links? References? Anything that will give us more context about the issue you are encountering!
6464
65-
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
66-
validations:
67-
required: false
65+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
66+
validations:
67+
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ description: "Suggest a new feature"
33
title: "[FEATURE] <title>"
44
labels: ["enhancement"]
55
body:
6-
- type: checkboxes
7-
attributes:
8-
label: "Is there an existing issue for this?"
9-
description: "Please search to see if an issue already exists for the bug you encountered."
10-
options:
11-
- label: "I have searched the existing issues"
12-
required: true
13-
- type: dropdown
6+
- type: checkboxes
7+
attributes:
8+
label: "Is there an existing issue for this?"
9+
description: "Please search to see if an issue already exists for the bug you encountered."
10+
options:
11+
- label: "I have searched the existing issues"
12+
required: true
13+
- type: dropdown
1414
id: type
1515
attributes:
1616
label: "What type of enhancement are you suggesting?"
@@ -19,28 +19,28 @@ body:
1919
- Elevate project-specific component to shared
2020
- Brand new component
2121
- Other
22-
- type: textarea
23-
attributes:
24-
label: "Is your feature request related to a problem? Please describe."
25-
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
26-
validations:
27-
required: false
28-
- type: textarea
29-
attributes:
30-
label: "Describe the solution you'd like"
31-
description: "A clear and concise description of what you want to happen."
32-
validations:
33-
required: false
34-
- type: textarea
35-
attributes:
36-
label: "Describe alternatives you've considered"
37-
description: "A clear and concise description of any alternative solutions or features you've considered."
38-
validations:
39-
required: false
40-
- type: textarea
41-
attributes:
42-
label: "Additional context"
43-
description: |
44-
Add any other context or screenshots about the feature request here.
45-
validations:
46-
required: false
22+
- type: textarea
23+
attributes:
24+
label: "Is your feature request related to a problem? Please describe."
25+
description: "A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]"
26+
validations:
27+
required: false
28+
- type: textarea
29+
attributes:
30+
label: "Describe the solution you'd like"
31+
description: "A clear and concise description of what you want to happen."
32+
validations:
33+
required: false
34+
- type: textarea
35+
attributes:
36+
label: "Describe alternatives you've considered"
37+
description: "A clear and concise description of any alternative solutions or features you've considered."
38+
validations:
39+
required: false
40+
- type: textarea
41+
attributes:
42+
label: "Additional context"
43+
description: |
44+
Add any other context or screenshots about the feature request here.
45+
validations:
46+
required: false

0 commit comments

Comments
 (0)