Skip to content

Commit 521e4d9

Browse files
authored
chore: fix OH discussion template (#3045)
* chore: fix OH discussion template * chore: fix 2
1 parent 5f5790d commit 521e4d9

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/DISCUSSION_TEMPLATE/office-hours.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
title: "Office hours"
2-
description: "Questions and discussion topics for office hours"
32
body:
43
- type: "textarea"
54
id: "background"
Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,31 @@
11
title: "Icon request"
2-
description: "Request an icon to be added to Paste"
32
body:
4-
- type: "textarea"
3+
- type: textarea
54
id: "description"
65
attributes:
7-
label: "Description"
6+
label: Description
87
description: |
98
A brief explanation or mockup of what you'll need it for.
109
validations:
1110
required: true
12-
- type: "input"
11+
- type: input
1312
id: "link"
1413
attributes:
15-
label: "Link to icon"
14+
label: Link to icon
1615
description: |
1716
A link or screenshot of the icon in [Streamline](https://app.streamlineicons.com/streamline-regular).
1817
placeholder: |
1918
https://app.streamlineicons.com/streamline-regular
2019
validations:
2120
required: true
22-
- type: "checkboxes"
21+
- type: checkboxes
2322
id: "icon-type"
2423
attributes:
25-
label: "Icon type"
24+
label: Icon type
2625
description: |
2726
Whether this icon is a UI or product logo icon.
2827
options:
29-
- label: "UI icon"
30-
- label: "Product icon"
28+
- label: UI icon
29+
- label: Product icon
3130
validations:
3231
required: true

0 commit comments

Comments
 (0)