Skip to content

Commit a68efce

Browse files
Add subscript to issue templates (#407)
Co-authored-by: otelbot <[email protected]>
1 parent e3456b0 commit a68efce

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,10 @@ body:
5555
label: Relevant log output
5656
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
5757
render: shell
58+
- type: dropdown
59+
attributes:
60+
label: Tip
61+
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.
62+
options:
63+
- <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>
64+
default: 0

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,10 @@ body:
6262
placeholder: Some related requests in other project or upstream spec proposals.
6363
validations:
6464
required: false
65+
- type: dropdown
66+
attributes:
67+
label: Tip
68+
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.
69+
options:
70+
- <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>
71+
default: 0

0 commit comments

Comments
 (0)