Skip to content

Commit b11f04e

Browse files
Add subscript to issue templates (#3094)
Co-authored-by: otelbot <[email protected]>
1 parent 42139cb commit b11f04e

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
@@ -50,3 +50,10 @@ body:
5050
label: Relevant log output
5151
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
5252
render: shell
53+
- type: dropdown
54+
attributes:
55+
label: Tip
56+
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.
57+
options:
58+
- <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>
59+
default: 0

.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,10 @@ body:
4646
placeholder: Some related requests in other project or upstream spec proposals.
4747
validations:
4848
required: false
49+
- type: dropdown
50+
attributes:
51+
label: Tip
52+
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.
53+
options:
54+
- <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>
55+
default: 0

0 commit comments

Comments
 (0)