Skip to content

Commit b3b1203

Browse files
authored
Change dropdown type to markdown in feedback template (#8447)
1 parent 63302b8 commit b3b1203

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

.github/ISSUE_TEMPLATE/PAGE_FEEDBACK.yml

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ body:
2525
the faster we can resolve the issue.
2626
validations:
2727
required: true
28-
- type: dropdown
28+
- type: markdown
2929
attributes:
30-
label: Tip
31-
description:
32-
This element is static, used to render a helpful sub-heading for
33-
end-users and community members to help prioritize issues. Please leave
34-
as is.
35-
options:
36-
- <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
37-
with 👍 to help prioritize this issue. Please use comments to provide
38-
useful context, avoiding `+1` or `me too`, to help us triage it. Learn
39-
more
40-
[here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
41-
default: 0
30+
value: |
31+
<sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/)
32+
with 👍 to help prioritize this issue. Please use comments to provide
33+
useful context, avoiding `+1` or `me too`, to help us triage it. Learn
34+
more
35+
[here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>

0 commit comments

Comments
 (0)