-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: add ETHSofia to community events #12433
Conversation
WalkthroughA new entry for the "ETHSofia" conference has been added to the project. This update includes comprehensive details about the event such as its title, website link, location, a brief description, and the start and end dates. This addition enriches the Changes
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 as PR comments)
Additionally, you can add CodeRabbit Configration File (
|
✅ Deploy Preview for ethereumorg ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- src/data/community-events.ts (1 hunks)
Check Runs (1)
label completed (2)
Additional comments: 1
src/data/community-events.ts (1)
- 385-392: The addition of "ETHSofia" to the
communityConferences
array looks well-structured and consistent with the format of other entries. However, there are a couple of points to consider:
- Ensure the URL
https://ethsofia.com
is correct and accessible.- The date format for
startDate
andendDate
is consistent with other entries, which is good. However, it's worth verifying these dates are correct for the event.- The description provides a clear overview of the event, which is great for maintaining informative content for the community.
Overall, the addition seems well-integrated with the existing structure of the file.
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.
LGTM
Congrats, your important contribution to this open-source project has earned you a GitPOAP! Be sure to join the Ethereum.org discord if you are interested in contributing further to the project or have any questions for the team. GitPOAP: 2024 Ethereum.org Contributor: Head to gitpoap.io & connect your GitHub account to mint! Learn more about GitPOAPs here. |
Add ETHSofia to the community events calendar.
Summary by CodeRabbit