docs(sdk): Add PR template page and updater skill#16868
Draft
docs(sdk): Add PR template page and updater skill#16868
Conversation
Add canonical .github/pull_request_template.md content for Sentry SDK repositories, derived from the sentry-skills:create-pr skill and code submission standards. The docs page covers description structure (what, why, alternatives, context), Linear magic words for issue references, and requirements for draft mode, changelog entries, and AI attribution. The pr-template skill fetches both the docs page and the create-pr skill at runtime and uses them to update existing templates across SDK repos, with a batch rollout table for the 8 non-compliant repositories. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
Description
Fills in the
TBDPR template page atdevelop.sentry.dev/sdk/getting-started/templates/pr-template/with real content derived from thesentry-skills:create-prskill and code submission standards.The docs page defines the canonical
.github/pull_request_template.mdfor SDK repos: description structure (what, why, alternatives, context), Linear magic words for issue references, and authoring requirements (draft mode, changelog, AI attribution).Also adds a
pr-templateskill at.agents/skills/pr-template/SKILL.mdthat automates rolling out the canonical template across SDK repos. The skill fetches both the docs page and thecreate-prskill at runtime as sources of truth, handles repo-specific exceptions (sentry-cli legal boilerplate, sentry-go Craft changelog section), and includes a batch rollout table for the 8 non-compliant repositories.Issues
🤖 Generated with Claude Code