Skip to content

Conversation

Copilot
Copy link

@Copilot Copilot AI commented Jul 15, 2025

This PR adds helpful subscripts to all issue templates to encourage proper issue prioritization and engagement practices.

Changes Made

Markdown-based templates

Added the following subscript to the bottom of:

  • discussion.md
  • feature_request.md
  • request_for_instrumentation.md
<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>

YAML-based issue form

Added a dropdown element to bug_report.yaml with the subscript:

  - type: dropdown
    attributes:
      label: Tip
      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.
      options:
        - <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>
      default: 0

Impact

These subscripts will help:

  • Guide users to use 👍 reactions instead of +1 comments for prioritization
  • Encourage meaningful context in comments rather than noise
  • Direct users to community participation guidelines
  • Improve issue triage efficiency

The changes are minimal and surgical - only 13 lines added across 4 files with no deletions.

Fixes #44.


💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI changed the title [WIP] Add subscript to issue templates Add subscripts to issue templates Jul 15, 2025
@Copilot Copilot AI requested a review from trask July 15, 2025 03:52
Copilot finished work on behalf of trask July 15, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add subscript to issue templates

2 participants