Skip to content

🌱 Fix PR template formatting#5003

Merged
justaugustus merged 2 commits into
ossf:mainfrom
martincostello:fix-pr-template
Apr 8, 2026
Merged

🌱 Fix PR template formatting#5003
justaugustus merged 2 commits into
ossf:mainfrom
martincostello:fix-pr-template

Conversation

@martincostello

Copy link
Copy Markdown
Contributor

What kind of change does this PR introduce?

Fix PR template formatting

What is the current behavior?

Two * render next to the heading below.

What is the new behavior (if this is a feature change)?

The *s don't render.

  • Tests for the changes have been added (for bug fixes/features)

Which issue(s) this PR fixes

NONE

Special notes for your reviewer

None.

Does this PR introduce a user-facing change?

NONE
Remove leftover emphasis from title.

Signed-off-by: martincostello <martin@martincostello.com>
@codecov

codecov Bot commented Apr 5, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.77%. Comparing base (353ed60) to head (88727de).
⚠️ Report is 339 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5003      +/-   ##
==========================================
+ Coverage   66.80%   69.77%   +2.97%     
==========================================
  Files         230      252      +22     
  Lines       16602    15698     -904     
==========================================
- Hits        11091    10954     -137     
+ Misses       4808     3865     -943     
- Partials      703      879     +176     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
@martincostello martincostello marked this pull request as ready for review April 5, 2026 12:13
Copilot AI review requested due to automatic review settings April 5, 2026 12:13
@dosubot dosubot Bot added the size:XS This PR changes 0-9 lines, ignoring generated files. label Apr 5, 2026

Copilot AI left a comment

Copy link
Copy Markdown

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 Markdown formatting in the repository’s pull request template so a section heading renders correctly without stray emphasis markers.

Changes:

  • Removes unintended trailing ** from the “What is the new behavior…” heading in the PR template.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@justaugustus justaugustus left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Thanks for the catch, @martincostello!

@justaugustus justaugustus merged commit b037ee6 into ossf:main Apr 8, 2026
37 checks passed
@martincostello martincostello deleted the fix-pr-template branch April 8, 2026 18:02
BB-24 pushed a commit to BB-24/scorecard that referenced this pull request Apr 16, 2026
Remove leftover emphasis from title.

Signed-off-by: martincostello <martin@martincostello.com>
Co-authored-by: Stephen Augustus <justaugustus@users.noreply.github.com>
Signed-off-by: Bhavya Bansal <bhavyaan.2005@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XS This PR changes 0-9 lines, ignoring generated files.

3 participants