Skip to content

Commit 15ff0ab

Browse files
Add subscript to issue templates (#2586)
Co-authored-by: otelbot <[email protected]>
1 parent ce8ad4b commit 15ff0ab

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,10 @@ body:
110110
attributes:
111111
label: Describe the solution you'd like
112112
description: A clear and concise description of solution you'd like to see.
113+
- type: dropdown
114+
attributes:
115+
label: Tip
116+
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.
117+
options:
118+
- <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>
119+
default: 0

.github/ISSUE_TEMPLATE/change_proposal.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,10 @@ body:
101101
attributes:
102102
label: Describe the solution you'd like
103103
description: A clear and concise description of solution you'd like to see.
104+
- type: dropdown
105+
attributes:
106+
label: Tip
107+
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.
108+
options:
109+
- <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>
110+
default: 0

.github/ISSUE_TEMPLATE/new-conventions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,3 +113,10 @@ body:
113113
conventions and the benefits they would bring to the ecosystem.
114114
validations:
115115
required: true
116+
- type: dropdown
117+
attributes:
118+
label: Tip
119+
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.
120+
options:
121+
- <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>
122+
default: 0

0 commit comments

Comments
 (0)