-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
docs(community): update latest maintainers list #3559
docs(community): update latest maintainers list #3559
Conversation
WalkthroughThe pull request modifies the Changes
Suggested Reviewers
Poem
Finishing Touches
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
✅ Deploy Preview for asyncapi-website ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3559 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 19 19
Lines 668 668
=========================================
Hits 668 668 ☔ View full report in Codecov by Sentry. |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-3559--asyncapi-website.netlify.app/ |
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
config/MAINTAINERS.json (1)
971-972
: Remove trailing space in name field.The name field contains a trailing space which should be removed for consistency.
- "name": "Moderator ", + "name": "Moderator"
📜 Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
config/MAINTAINERS.json
(2 hunks)
⏰ Context from checks skipped due to timeout of 180000ms (3)
- GitHub Check: Automerge PR autoapproved by a bot
- GitHub Check: Test NodeJS PR - windows-latest
- GitHub Check: Lighthouse CI
🔇 Additional comments (2)
config/MAINTAINERS.json (2)
471-472
: LGTM!The repository list update for Quetzalli Writes is properly formatted and aligns with the PR objective.
971-977
: Consider adding optional fields for completeness.Most maintainer entries include additional fields like
slack
,availableForHire
. Consider adding these optional fields for consistency with other entries.Run this script to see the most common fields across maintainers:
✅ Verification successful
Optional fields are indeed commonly used in maintainer profiles
The data confirms that optional fields like
availableForHire
(71%),slack
(68%),🏁 Scripts executed
The following scripts were executed for the analysis:
Script:
#!/bin/bash # Description: Analyze the common fields used across maintainer entries cat config/MAINTAINERS.json | jq -r '.[] | keys | @csv' | tr ',' '\n' | sort | uniq -c | sort -nrLength of output: 284
Updated Maintainers list is available and this PR introduces changes with latest information about Maintainers
Summary by CodeRabbit