Skip to content

ci: add PR and issue templates#19

Open
MikeGoldsmith wants to merge 1 commit into
open-telemetry:mainfrom
MikeGoldsmith:mike/issue-and-pr-templates
Open

ci: add PR and issue templates#19
MikeGoldsmith wants to merge 1 commit into
open-telemetry:mainfrom
MikeGoldsmith:mike/issue-and-pr-templates

Conversation

@MikeGoldsmith
Copy link
Copy Markdown
Member

Summary

Adds the missing .github/ issue and PR templates, ported from opentelemetry-python-contrib and adapted for this repo:

  • .github/pull_request_template.md — streamlined checklist; drops contrib's "core repo change" section; mentions the Skip Changelog label as the bypass when no changelog entry is needed.
  • .github/ISSUE_TEMPLATE/bug_report.yaml — GenAI-flavoured environment template (prompts for the underlying GenAI library + version).
  • .github/ISSUE_TEMPLATE/feature_request.yaml — points contributors at the OpenTelemetry GenAI semantic conventions / spec repo first; uses enhancement (existing in this repo) instead of contrib's feature-request.
  • .github/ISSUE_TEMPLATE/config.yml — Slack contact link to the GenAI SIG channel.

Closes the "Issue templates" and "PR template" items under #15.

Notes

Ports the contrib templates and adapts for this repo:

- PR template: streamlined checklist; drops the contrib-specific "core
  repo change" section; mentions the Skip Changelog label as the
  alternative when no changelog entry is needed.
- Bug report: GenAI-flavoured environment template (adds prompt for the
  underlying GenAI library + version).
- Feature request: points contributors at the GenAI semantic conventions
  / spec repo first; uses `enhancement` (an existing label) instead of
  contrib's `feature-request`.
- Slack contact link: routes to the GenAI SIG channel.

Assisted-by: Claude Opus 4.7 (1M context)
Copilot AI review requested due to automatic review settings May 15, 2026 12:20
@MikeGoldsmith MikeGoldsmith requested a review from a team as a code owner May 15, 2026 12:20
@MikeGoldsmith MikeGoldsmith added the Skip Changelog PR does not require a changelog entry label May 15, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds GitHub issue and PR templates ported from opentelemetry-python-contrib and adapted for the GenAI repo, completing the "Issue templates" and "PR template" items in #15.

Changes:

  • Adds a streamlined PR template with checklist referencing the Skip Changelog label.
  • Adds bug report and feature request issue templates tuned for GenAI (library/version prompt, link to semantic-conventions repo).
  • Adds an issue template config with a Slack contact link to the GenAI SIG channel.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.

File Description
.github/pull_request_template.md New PR description/checklist template.
.github/ISSUE_TEMPLATE/bug_report.yaml New bug report form including GenAI library/version field.
.github/ISSUE_TEMPLATE/feature_request.yaml New feature request form pointing to spec/semconv first.
.github/ISSUE_TEMPLATE/config.yml New contact link to CNCF Slack GenAI channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Skip Changelog PR does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants