ci: add PR and issue templates#19
Open
MikeGoldsmith wants to merge 1 commit into
Open
Conversation
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)
There was a problem hiding this comment.
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 Changeloglabel. - 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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the missing
.github/issue and PR templates, ported fromopentelemetry-python-contriband adapted for this repo:.github/pull_request_template.md— streamlined checklist; drops contrib's "core repo change" section; mentions theSkip Changeloglabel 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; usesenhancement(existing in this repo) instead of contrib'sfeature-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
Skip Changeloglabel (tooling change).Skip Changelogflow which only fully makes sense once ci: introduce towncrier for fragment-based changelog management #16 lands; the text reads sensibly either way.