-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(security-reporting): correct fr link formatting #8135
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Fixes markdown link formatting in the French security reporting documentation by correcting malformed link syntax that caused rendering issues.
- Corrects malformed markdown link syntax that had an escaped bracket
- Ensures proper link rendering and resolves prettier formatting complaints
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Note Your Pull Request seems to be updating Translations of the Node.js Website. Whilst we appreciate your intent; Any Translation update should be done through our Crowdin Project. Thank you! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8135 +/- ##
==========================================
- Coverage 76.60% 76.56% -0.05%
==========================================
Files 115 115
Lines 9595 9595
Branches 321 322 +1
==========================================
- Hits 7350 7346 -4
- Misses 2244 2248 +4
Partials 1 1 ☔ View full report in Codecov by Sentry. |
|
@avivkeller - next time, you need someone else to approve your fast track request |
|
According to our guide:
I am not the PR author, so I don't need a 👍, correct? |
Description
Corrects the markdown link formatting in the French translation. Seems like this happened in the recent sync.
Check List
pnpm formatto ensure the code follows the style guide.pnpm testto check if all tests are passing.pnpm buildto check if the website builds without errors.