Skip to content

fix: keep retroactive grant notice inside the alert block#673

Merged
rickstaa merged 1 commit into
mainfrom
fix/retroactive-grant-alert-blockquote
May 20, 2026
Merged

fix: keep retroactive grant notice inside the alert block#673
rickstaa merged 1 commit into
mainfrom
fix/retroactive-grant-alert-blockquote

Conversation

@rickstaa
Copy link
Copy Markdown
Member

@rickstaa rickstaa commented May 20, 2026

Summary

  • The > [!IMPORTANT] callout in bug-report.yml and feature-request.yml only wrapped the first two lines; blank lines closed the blockquote and the rest of the notice rendered as plain text.
  • Prefix every line of the notice (including blank separators) with > so the entire retroactive-grant block stays inside the alert.

Test plan

  • Open a draft issue with each template, uncomment the notice, and confirm the full block renders as a single GitHub IMPORTANT callout.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Updated GitHub issue templates with improved markdown formatting in contribution notices to enhance readability and presentation.

Review Change Stack

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>
Copilot AI review requested due to automatic review settings May 20, 2026 12:45
@rickstaa rickstaa requested a review from ECWireless as a code owner May 20, 2026 12:45
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 20, 2026

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

Project Deployment Actions Updated (UTC)
explorer-arbitrum-one Ready Ready Preview, Comment May 20, 2026 12:47pm

Request Review

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 20, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 2e8bdb6d-96bd-480d-85a4-f0f12ba22959

📥 Commits

Reviewing files that changed from the base of the PR and between f511594 and b257da3.

📒 Files selected for processing (2)
  • .github/ISSUE_TEMPLATE/bug-report.yml
  • .github/ISSUE_TEMPLATE/feature-request.yml

📝 Walkthrough

Walkthrough

GitHub 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 > characters while preserving all content.

Changes

Issue Template Notice Formatting

Layer / File(s) Summary
Retroactive Grant Notice block-quote formatting
.github/ISSUE_TEMPLATE/bug-report.yml, .github/ISSUE_TEMPLATE/feature-request.yml
Both issue templates reformat the Retroactive Grant Notice from plain markdown paragraphs and bullet lists into block-quoted style using > prefixes. Content and meaning remain unchanged; only markdown formatting is altered.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • livepeer/explorer#669: Introduces the "Retroactive Grant Notice" block itself in both issue templates, which this PR reformats into block-quoted markdown style.

Poem

🐰 A notice dressed in blockquote flair,
With > marks dancing through the air,
The content stays, the format gleams,
These templates now look crisp and clean! ✨

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/retroactive-grant-alert-blockquote

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@rickstaa rickstaa merged commit 06bdd89 into main May 20, 2026
8 of 10 checks passed
@rickstaa rickstaa deleted the fix/retroactive-grant-alert-blockquote branch May 20, 2026 12:45
@github-project-automation github-project-automation Bot moved this from Triage to Done in Engineering Roadmap May 20, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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 IMPORTANT blockquote.
  • Updated the retroactive grant notice in the bug report template to keep blank lines inside the IMPORTANT blockquote.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants