Skip to content

Commit cd522d9

Browse files
opentelemetrybototelbot[bot]alanwestcijothomasKielek
authored
Add subscript to issue templates (#6423)
Co-authored-by: otelbot <[email protected]> Co-authored-by: Alan West <[email protected]> Co-authored-by: Cijo Thomas <[email protected]> Co-authored-by: Piotr Kiełkowicz <[email protected]> Co-authored-by: Rajkumar Rangaraj <[email protected]>
1 parent 8321588 commit cd522d9

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,3 +84,11 @@ body:
8484
attributes:
8585
label: Additional Context
8686
description: Any additional information you think may be relevant to this issue.
87+
88+
- type: dropdown
89+
attributes:
90+
label: Tip
91+
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.
92+
options:
93+
- <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with :+1: 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>
94+
default: 0

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,11 @@ body:
5353
attributes:
5454
label: Additional context
5555
description: Any additional information you think may be relevant to this feature request.
56+
57+
- type: dropdown
58+
attributes:
59+
label: Tip
60+
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.
61+
options:
62+
- <sub>[React](https://github.blog/news-insights/product-news/add-reactions-to-pull-requests-issues-and-comments/) with :+1: 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>
63+
default: 0

0 commit comments

Comments
 (0)