-
-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Fix: improve formatting and descriptions in docs index #8009
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 Git ↗︎
|
Hey all, thanks for the reviews! Looks like it's just waiting on workflow approval now, just flagging in case it got missed. |
In our contribution guideline we need to wait 48h without objections then trigger ci and merge ✨ |
Ahh got it, I wasn’t aware of the 48h rule. Thanks for the heads up! Appreciate the clarity. Looking forward to it running through! |
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 #8009 +/- ##
==========================================
+ Coverage 72.99% 73.00% +0.01%
==========================================
Files 95 95
Lines 8317 8317
Branches 214 214
==========================================
+ Hits 6071 6072 +1
+ Misses 2245 2244 -1
Partials 1 1 ☔ View full report in Codecov by Sentry. |
Lighthouse Results
|
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.
Thanks @nitin-is-me
Glad to contribute! |
Description
Improved the
README.md
documentation index file by:Validation
No code was changed. This is a markdown-only update to improve contributor-facing documentation.
Reviewers can check the
README.md
visually to confirm:Related Issues
N/A
Check List
pnpm format
to ensure the code follows the style guide.pnpm test
to check if all tests are passing. (N/A)pnpm build
to check if the website builds without errors. (N/A)