-
Notifications
You must be signed in to change notification settings - Fork 3
feat: add three upcoming community events to events page #4
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 three upcoming community events to events page #4
Conversation
- Add Copilot End-to-End Website Walkthrough (Nov 19, 2025) - Add DORA 2025 AI Report Review (Oct 8, 2025) - Add Career Guidance Session with Kareem (Sep 6, 2025) All events follow existing format with: - Facebook event links and YouTube placeholders - Arabic language and proper speaker assignments - Chronological ordering (most recent first) - Consistent styling and metadata structure Addresses: DevOpsVisions#2
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 adds three new upcoming community events to the Events page to address issue #2, maintaining chronological ordering with the most recent events first. The events cover GitHub Copilot demonstrations, DORA 2025 AI report analysis, and career guidance sessions.
Key changes:
- Added three new event entries with consistent formatting and metadata
- Maintained chronological ordering (November, October, September 2025)
- Preserved existing event structure and styling
|
|
||
| A public demo session on how GitHub Copilot was used to build the Elmentor website in just a few hours. http://elmentorprogram.com/ | ||
|
|
||
| - **📅 Date:** Nov 19, 2025 |
Copilot
AI
Jul 19, 2025
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.
[nitpick] The date format 'Nov 19, 2025' is inconsistent with the format used in other events. Line 34 uses 'Oct 08, 2025' and line 53 uses 'Sep 06, 2025', but existing events may use different formats. Consider standardizing to a consistent date format across all events.
|
|
||
| A public discussion session analyzing the new DORA report 2025 (Impact of Generative AI in Software Development). This report offers research-backed guidance for leaders and practitioners to effectively navigate this transformation, providing actionable insights to maximize AI's benefits while mitigating potential risks. DORA report link: https://services.google.com/fh/files/misc/dora-impact-of-generative-ai-in-software-development.pdf | ||
|
|
||
| - **📅 Date:** Oct 08, 2025 |
Copilot
AI
Jul 19, 2025
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.
[nitpick] Consider using consistent date formatting. 'Oct 08' uses zero-padding while other months may not. Standardize to either 'Oct 8' or 'Oct 08' format consistently.
_tabs/user group events.md
Outdated
| A community-wide Career Guidance Session will be arranged in collaboration with Kareem. The session will offer practical insights into job seeking, personal branding, and navigating the hiring process, supporting our members in their professional journeys. | ||
|
|
||
| - **📅 Date:** Sep 06, 2025 | ||
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), Kareem Khamis |
Copilot
AI
Jul 19, 2025
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.
[nitpick] Kareem Khamis is not linked like other speakers. For consistency, consider either adding a link for Kareem Khamis or ensuring all speaker entries follow the same format.
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), Kareem Khamis | |
| - **🗣️ Speakers:** [Mohamed Radwan](https://mohamedradwan.com/), [Kareem Khamis](#) |
- Keep Mohamed Radwan link as https://mohamedradwan.com/ (consistent with all existing events) - Add missing Kareem Khamis profile link https://github.com/KareemKhamis - Maintain Ayman Aboghonim GitHub profile link All speaker links now follow the same format as existing events.
Overview
This PR addresses issue #2 by adding three new upcoming community events to the Events page, maintaining the existing format and chronological ordering.
Changes Made
New Events Added
1. Copilot End-to-End Website Walkthrough (Nov 19, 2025)
2. DORA 2025 AI Report Review (Oct 8, 2025)
3. Career Guidance Session with Kareem (Sep 6, 2025)
Format Compliance
Testing
References