Skip to content

Commit ea83923

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

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

β€Ž.github/ISSUE_TEMPLATE/bug_report.yamlβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,10 @@ body:
137137
placeholder: Node.js v20.12.1, Node.js v18.18.2, Firefox 130, Chrome 132, ...
138138
validations:
139139
required: false
140+
- type: dropdown
141+
attributes:
142+
label: Tip
143+
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.
144+
options:
145+
- <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>
146+
default: 0

β€Ž.github/ISSUE_TEMPLATE/discussion.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ labels: discussion
1010

1111
- [ ] This only affects the JavaScript OpenTelemetry library
1212
- [ ] This may affect other libraries, but I would like to get opinions here first
13+
14+
<sub>**Tip**: [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>

β€Ž.github/ISSUE_TEMPLATE/feature_request.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ A clear and concise description of any alternative solutions or features you've
2121
### Additional context
2222

2323
Add any other context or screenshots about the feature request here.
24+
25+
<sub>**Tip**: [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>

β€Ž.github/ISSUE_TEMPLATE/request_for_instrumentation.mdβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@ Add any other context or screenshots about the plugin request here.
2727
-->
2828

2929
#### Is there a reference you could point for the well-defined lifecycle methods**
30+
31+
<sub>**Tip**: [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>

0 commit comments

Comments
Β (0)