Skip to content

docs(sdk): Add issue saved replies and simplify CopyableCard#16459

Merged
stephanie-anderson merged 6 commits intomasterfrom
docs/issue-saved-replies
Feb 19, 2026
Merged

docs(sdk): Add issue saved replies and simplify CopyableCard#16459
stephanie-anderson merged 6 commits intomasterfrom
docs/issue-saved-replies

Conversation

@stephanie-anderson
Copy link
Contributor

@stephanie-anderson stephanie-anderson commented Feb 19, 2026

Add saved replies for GitHub Issues to the SDK team templates, and simplify the CopyableCard component to eliminate content duplication.

Issue saved replies (10 new):

  • Closing: Inactivity, No response, Can't reproduce, Outdated/Superseded, Duplicate, Working as intended, Wrong repo
  • Requesting info: More information needed, Minimal reproduction needed
  • Redirecting: Support channel

CopyableCard improvement:

  • Removed the description prop — the component now reads copyable text directly from rendered children via a contentRef
  • This eliminates the need to duplicate the card content as both a prop and children in MDX files

Co-Authored-By: Claude noreply@anthropic.com

Add 10 saved replies for GitHub issues covering common scenarios:
closing (inactivity, no response, can't reproduce, outdated, duplicate,
working as intended, wrong repo), requesting information, and
redirecting to support channels.

Simplify CopyableCard by removing the description prop and reading
copyable text directly from rendered children via a ref, eliminating
content duplication in MDX files.

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Feb 19, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Feb 19, 2026 5:17pm
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
sentry-docs Ignored Ignored Preview Feb 19, 2026 5:17pm

Request Review

@stephanie-anderson stephanie-anderson added the sdk-develop-docs PRs touching develop-docs/sdk label Feb 19, 2026
Copy link
Contributor

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

stephanie-anderson and others added 4 commits February 19, 2026 16:26
Replace innerText with a DOM-to-markdown converter so that copied saved
replies retain checkboxes, bold, links, and list formatting when pasted
into GitHub's markdown editor.

Fixes bugbot comment on #16459.

Co-Authored-By: Claude <noreply@anthropic.com>
@stephanie-anderson stephanie-anderson enabled auto-merge (squash) February 19, 2026 17:11
@stephanie-anderson stephanie-anderson merged commit 33ee044 into master Feb 19, 2026
17 checks passed
@stephanie-anderson stephanie-anderson deleted the docs/issue-saved-replies branch February 19, 2026 17:17
codyde added a commit that referenced this pull request Feb 19, 2026
* origin/master:
  docs(sdk): coordination and maintenance standards (#16463)
  docs(sdk): add spec format components and migrate check-ins (#16461)
  docs(sdk): repository and documentation standards (#16462)
  docs(sdk): Add issue saved replies and simplify CopyableCard (#16459)
  docs(sdk): add review & ci standard (#16458)
  fix(unity): correct lifecycle breadcrumbs docs (#16456)
  docs(sdk): add code quality standard (#16455)
  docs(sdk): migrate releases process to playbook and standard (#16447)
  docs(sdk): merge basics.mdx into overview.mdx (#16446)
  docs(sdk): remove old triaging process page (#16448)
  docs(dart): Update stacktrace info for the logging integration (#16401)
  docs(dart): Fix user attributes gated behind `sendDefaultPii` (#16407)
  feat(playstation): Add symbols documentation for dumps (#16454)
  feat(develop-docs): Restore Sentry Voice guidelines page (#16453)

# Conflicts:
#	app/[[...path]]/page.tsx
@github-actions github-actions bot locked and limited conversation to collaborators Mar 8, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

sdk-develop-docs PRs touching develop-docs/sdk

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants