DO NOT MERGE - docs(sdk): standards and playbooks#16399
Closed
stephanie-anderson wants to merge 7 commits intomasterfrom
Closed
DO NOT MERGE - docs(sdk): standards and playbooks#16399stephanie-anderson wants to merge 7 commits intomasterfrom
stephanie-anderson wants to merge 7 commits intomasterfrom
Conversation
Add enforceable SDK standards covering planning, code submission, code quality, API architecture, review/CI, repository docs, and coordination. Add step-by-step playbooks for common workflows like opening PRs, handling regressions, and reviewing AI-generated code. Update the Getting Started index to link both sections. Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
dingsdax
reviewed
Feb 17, 2026
develop-docs/sdk/getting-started/playbooks/reviewing-ai-generated-code.mdx
Show resolved
Hide resolved
dingsdax
approved these changes
Feb 17, 2026
|
|
||
| #### Rule | ||
|
|
||
| Every PR must include a description with: what the PR does, why these changes are being made, links to relevant issues or tickets (required for non-trivial changes; typo and one-line doc fixes exempt), alternative approaches considered (if any), additional context reviewers need. No test plan sections, no checkbox lists, no boilerplate. The tests in the diff are the test plan. Blank descriptions, template-only descriptions, and AI-generated filler are not acceptable. |
Contributor
There was a problem hiding this comment.
Suggested change
| Every PR must include a description with: what the PR does, why these changes are being made, links to relevant issues or tickets (required for non-trivial changes; typo and one-line doc fixes exempt), alternative approaches considered (if any), additional context reviewers need. No test plan sections, no checkbox lists, no boilerplate. The tests in the diff are the test plan. Blank descriptions, template-only descriptions, and AI-generated filler are not acceptable. | |
| Every PR must include a description with: what the PR does, why these changes are being made, links to relevant issues or tickets (required for non-trivial changes; typo and one-line doc fixes exempt), alternative approaches considered (if any), additional context reviewers need. No test plan sections, no checkbox lists, no boilerplate. The tests in the diff are the test plan. Blank descriptions, template-only descriptions, and AI-generated filler are not acceptable. PR descriptions must not include any customer data or sensitive information. |
dingsdax
approved these changes
Feb 17, 2026
stephanie-anderson
added a commit
that referenced
this pull request
Feb 19, 2026
Migrates `develop-docs/sdk/processes/releases.mdx` into the new playbook/standard structure from #16399: - **New standard** (`release-versioning.mdx`): version format, pre-release identifiers, build identifiers, release tooling, merge target, CalVer, multiple craft configs - **New playbook** (`setting-up-release-infrastructure.mdx`): step-by-step guide for getting a repo release-ready - Adds redirect from old `/sdk/processes/releases/` path - Replaces stale `uwsgi-dogstatsd-plugin` example links with `sentry-python` Co-authored-by: Claude <noreply@anthropic.com> Co-authored-by: Johannes Daxböck <114897+dingsdax@users.noreply.github.com> Co-authored-by: Alex Krawiec <alex.krawiec@sentry.io>
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.
DESCRIBE YOUR PR
Add enforceable SDK standards and step-by-step playbooks to the Getting Started section of the SDK develop-docs.
Standards (7 categories):
Playbooks (12 workflows):
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes:
Co-Authored-By: Claude noreply@anthropic.com