Add event kit structure and update documentation - #7
Merged
Conversation
- Add boilerplate files: CODE_OF_CONDUCT.md, EVENT_CODE_OF_CONDUCT.md, LICENSE, SECURITY.md - Replace README.md with community event kit overview (dates: Sep 1 – Oct 31, 2026) - Add CONTRIBUTING.md and SUPPORT.md adapted for this repo - Add content/README.md with session and workshop guide - Add organization/README.md with organizer checklist - Add marketing/README.md and draft-registration-page.md Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 541f7c8e-d96a-4870-8f28-dd553c5cdb4e
Add event kit structure modeled after GitHub-Copilot-Dev-Days
… event naming to "Dev Days"
Contributor
There was a problem hiding this comment.
⚠️ Not ready to approve
Branding, resource links, agenda guidance, and global emergency instructions contain unresolved inconsistencies.
Pull request overview
Adds organizer resources and governance for the community-led Dev Days event series while standardizing branding.
Changes:
- Rewrites event documentation and adds organizer, content, and marketing guides.
- Adds registration templates and community governance policies.
- Introduces Dev Days branding and event scheduling guidance.
File summaries
| File | Description |
|---|---|
| README.md | Reframes the project and links event resources. |
| content/README.md | Documents sessions, workshops, and prerequisites. |
| organization/README.md | Adds an event-planning checklist. |
| marketing/README.md | Adds promotional guidance and asset links. |
| marketing/draft-registration-page.md | Provides a registration-page template. |
| CODE_OF_CONDUCT.md | Adds contributor conduct standards. |
| EVENT_CODE_OF_CONDUCT.md | Adds attendee conduct and reporting policies. |
| CONTRIBUTING.md | Documents contribution expectations. |
| SECURITY.md | Defines vulnerability reporting procedures. |
| SUPPORT.md | Documents support channels. |
| LICENSE | Adds the MIT License. |
Review details
- Files reviewed: 11/11 changed files
- Comments generated: 11
- Review effort level: Medium
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| | :----------------------------------------- | :------------------------------------------------------------------ | :--------------------------------------- | | ||
| | 📁 [**Organization Guide**](organization) | Practical guidance to plan and run your event from start to finish. | Event checklist, registration page draft | | ||
| | 📁 [**Content - Organizer View**](content) | Technical content for sessions and workshops. | Presentation slides, hands-on labs | | ||
| | 📁 [**Content - Attendee View**](https://github.github.com/dev-days/) | Technical content for sessions and workshops. | Hands-on labs | |
|
|
||
| | Order | Session | Type | Estimated Time | Description | | ||
| | ----: | ------------------ | ------------ | -------------- | ------------------------------------------------------------------------------------- | | ||
| | 01 | **GitHub Copilot app: From issue to merge, in one app** | Session | 30–45 min | The provided slide deck is an overview of the GitHub Copilot app. | |
|
|
||
| | Name | Type | Time | Description / Concepts Taught | Level | | ||
| | ------------- | ------------ | --------- | ----------------------------- | ------------- | | ||
| | [**GitHub Copilot app Workshop**](https://github.github.com/dev-days/) | Hands-on Lab | ~1 - 1.5 hr | Your team is adopting AI agents to work through a growing backlog. The Copilot app gives you one place to direct that work — picking up issues, running agents, reviewing changes, and merging pull requests. This lesson gets you installed, connected, and comfortable starting a conversation about your project. | Beginner | |
nicolenumrich
requested changes
Jul 21, 2026
nicolenumrich
approved these changes
Jul 21, 2026
…redit usage for hands-on workshops
nicolenumrich
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the
dev-daysrepository by adding event kit materials for community organizers running Dev Days events globally. It standardizes the event name to "Dev Days" (replacing "GitHub Copilot Dev Days"), adds community governance files, and introduces structured resources to help organizers plan, promote, and run events.What's Changed
🏷️ Event Naming Standardization
📄 Root README Rewrite
organization/,content/, andmarketing/folders.🗂️ New Folder Structure & Content
content/README.mdorganization/README.mdmarketing/README.md#DevDays) and a link to the event asset generatormarketing/draft-registration-page.md🔒 Community & Repository Governance Files
CODE_OF_CONDUCT.md— Contributor Covenant Code of Conduct for repository contributorsCONTRIBUTING.md— Contribution guide covering bug reports, community expectations, and security disclosure processEVENT_CODE_OF_CONDUCT.md— GitHub Event Code of Conduct for event attendees, including harassment policy and incident reportingLICENSE— MIT License (Copyright GitHub, Inc.)SECURITY.md— Security policy for responsible vulnerability disclosureSUPPORT.md— Support information for repository usersWhy These Changes