Add subscript to issue templates (#2068)
Co-authored-by: otelbot <197425009+otelbot@users.noreply.github.com>
This commit is contained in:
parent
c5b1f7b690
commit
eaafa46d3c
|
|
@ -57,3 +57,10 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Any additional information you think may be relevant to this issue.
|
description: Any additional information you think may be relevant to this issue.
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Tip
|
||||||
|
description: This element is static, used to render a helpful sub-heading for end-users and community members to help prioritize issues. Please leave as is.
|
||||||
|
options:
|
||||||
|
- <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
|
||||||
|
default: 0
|
||||||
|
|
|
||||||
|
|
@ -48,3 +48,10 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context or screenshots about the feature request here.
|
description: Add any other context or screenshots about the feature request here.
|
||||||
|
- type: dropdown
|
||||||
|
attributes:
|
||||||
|
label: Tip
|
||||||
|
description: This element is static, used to render a helpful sub-heading for end-users and community members to help prioritize issues. Please leave as is.
|
||||||
|
options:
|
||||||
|
- <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with 👍 to help prioritize this issue. Please use comments to provide useful context, avoiding `+1` or `me too`, to help us triage it. Learn more [here](https://opentelemetry.io/community/end-user/issue-participation/).</sub>
|
||||||
|
default: 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue