🌱 Fix PR template formatting#5003
Merged
Merged
Conversation
Remove leftover emphasis from title. Signed-off-by: martincostello <martin@martincostello.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 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:
|
There was a problem hiding this comment.
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
approved these changes
Apr 8, 2026
justaugustus
left a comment
Member
There was a problem hiding this comment.
Thanks for the catch, @martincostello!
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>
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.
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.Which issue(s) this PR fixes
NONE
Special notes for your reviewer
None.
Does this PR introduce a user-facing change?