fix: keep retroactive grant notice inside the alert block#673
Conversation
The `> [!IMPORTANT]` callout in the bug and feature issue templates broke after line two because subsequent lines weren't prefixed with `>`, so the body of the notice rendered as plain text outside the alert. Prefix every line (including blanks) with `>` so the full notice stays inside the callout. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughGitHub issue templates for bug reports and feature requests have their "Retroactive Grant Notice" sections reformatted into block-quoted markdown, converting plain paragraphs and lists to lines prefixed with ChangesIssue Template Notice Formatting
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
This PR fixes GitHub issue form rendering so the full “Retroactive Grant Notice” stays within the > [!IMPORTANT] callout by ensuring every line (including blank separators) remains inside the blockquote.
Changes:
- Updated the retroactive grant notice in the feature request template to keep blank lines inside the
IMPORTANTblockquote. - Updated the retroactive grant notice in the bug report template to keep blank lines inside the
IMPORTANTblockquote.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/ISSUE_TEMPLATE/feature-request.yml | Ensures the retroactive grant notice renders as a single continuous IMPORTANT callout by blockquoting blank lines too. |
| .github/ISSUE_TEMPLATE/bug-report.yml | Applies the same blockquote formatting fix so the callout doesn’t break mid-notice. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
> [!IMPORTANT]callout inbug-report.ymlandfeature-request.ymlonly wrapped the first two lines; blank lines closed the blockquote and the rest of the notice rendered as plain text.>so the entire retroactive-grant block stays inside the alert.Test plan
IMPORTANTcallout.🤖 Generated with Claude Code
Summary by CodeRabbit