-
-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(examples): add missing newline #253
Conversation
Thanks for opening this pull request! Please check out our contributing guidelines! ⛰️ |
Unsure why |
Thanks for the PR! 🐻 Can you comment on #165 about your stance on re-licensing as a future contributor?
It is a spurious failure which can be ignored. |
Codecov ReportPatch and project coverage have no change.
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #253 +/- ##
=======================================
Coverage 43.94% 43.94%
=======================================
Files 12 12
Lines 585 585
=======================================
Hits 257 257
Misses 328 328
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Done! #165 (comment) |
Congrats on merging your first pull request! ⛰️ |
Description
Add a missing newline to the
Scoped (Sorted)
example.Motivation and Context
I use
git-cliff
for generating the changelog ofbulloak
. Before the change in this PR, I would get the following:You can see that when the block for commits that have no scope starts, there is a missing newline.
After the change in this PR, we get:
Which is what we expect.
How Has This Been Tested?
Manually, but the change is quite trivial.
Types of Changes
Checklist: