-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
fix(CONTRIBUTING): use backticks in example code #7835
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
Signed-off-by: Aviv Keller <me@aviv.sh>
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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
This PR updates the CONTRIBUTING.md file to use backticks in example code blocks instead of triple single quotes, aligning the examples with the actual syntax used by contributors.
- Updated markdown delimiters for code blocks
- Ensured consistency in example language markers for CommonJS and ES Modules
Comments suppressed due to low confidence (1)
CONTRIBUTING.md:378
- The use of four backticks for the markdown code block is unusual; please ensure that this convention is clearly documented in CONTRIBUTING.md so that contributors understand it is intentional.
+````md
|
Lighthouse Results
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #7835 +/- ##
==========================================
- Coverage 75.48% 75.46% -0.03%
==========================================
Files 101 101
Lines 8309 8309
Branches 218 218
==========================================
- Hits 6272 6270 -2
- Misses 2035 2037 +2
Partials 2 2 ☔ View full report in Codecov by Sentry. |
You mean you're requesting fast-tracking right? |
This file is (hopefully) the first thing a contributor is going to read, so we should use the actual syntax that they will need to know when contributing.
I'm fast tracking this, so merge when ready