Skip to content

Add CFP dates to content#122

Closed
Copilot wants to merge 2 commits intomainfrom
copilot/add-cfp-dates-to-content-again
Closed

Add CFP dates to content#122
Copilot wants to merge 2 commits intomainfrom
copilot/add-cfp-dates-to-content-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 25, 2026

CFP important dates section was showing TBD for all three key milestones. Replaces them with the confirmed dates in both fr.ts and en.ts.

Changes

  • src/data/pages/home/fr.ts — French locale dates:

    • Ouverture du CFP: 15 mai 2026
    • Clôture du CFP: 15 juillet 2026
    • Notification des speakers: 15 septembre 2026
  • src/data/pages/home/en.ts — English locale dates:

    • CFP Opens: May 15, 2026
    • CFP Closes: July 15, 2026
    • Speakers Notified: September 15, 2026
// Before
{ label: 'CFP Opens', date: 'TBD' },
{ label: 'CFP Closes', date: 'TBD' },
{ label: 'Speakers Notified', date: 'TBD' },

// After
{ label: 'CFP Opens', date: 'May 15, 2026' },
{ label: 'CFP Closes', date: 'July 15, 2026' },
{ label: 'Speakers Notified', date: 'September 15, 2026' },
Original prompt

This section details on the original issue you should resolve

<issue_title>The CFP dates are not indicated</issue_title>
<issue_description>We should add the CFP dates into content

  • Open : 15/05/2026
  • Closes: 15/07/2026
  • Results: 15/09/2026

</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…ts: 15/09/2026)

Co-authored-by: fredleger <2778741+fredleger@users.noreply.github.com>
Copilot AI changed the title [WIP] Add CFP dates to content section Add CFP dates to content Feb 25, 2026
@fredleger
Copy link
Copy Markdown
Contributor

closing as it is a duplicate of #118

@fredleger fredleger closed this Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The CFP dates are not indicated

2 participants