Skip to content

fix:adds F20260602 to the export block, between F20260505 and F20260804 - #664

Open
subinita01 wants to merge 1 commit into
containers:mainfrom
subinita01:fix/community-meetings-june-2-note
Open

fix:adds F20260602 to the export block, between F20260505 and F20260804#664
subinita01 wants to merge 1 commit into
containers:mainfrom
subinita01:fix/community-meetings-june-2-note

Conversation

@subinita01

@subinita01 subinita01 commented Aug 11, 2026

Copy link
Copy Markdown

fixes #677

#The June 2, 2026 community meeting note is imported in static/data/meetings/notes/index.ts but missing from the export {} block, so it never shows up on the /community page — no error, it's just silently invisible.
##What the fix does:
Adds F20260602 to the export block, between F20260505 and F20260804.
In this PR I verified the yarn build passes (no broken links), and the meeting card grid now correctly shows June 2, 2026 as the second-most-recent meeting.

the June 2, 2026 note is imported but missing from the export block in static/data/meetings/notes/index.ts, so it's added to that export block, restoring the note to /community

Fixes: containers#677
Signed-off-by: subinita01 <subinitaray07@gmail.com>
@antedotee

Copy link
Copy Markdown
Contributor

There is no issue being referenced to this PR. In case if the issue hasn't been raised, I believe, you should raise issue for this and reference this PR to that issue.
Apart from this, your DCO check is also failing. Can you fix that too?
Also, I believe, you don't seem to be following the PR description which was already given in the PR. Can you also rewrite your PR description as other PRs?

@subinita01

subinita01 commented Aug 13, 2026

Copy link
Copy Markdown
Author

Concise Description

What is done? : Add F20260602 to the export block in static/data/meetings/notes/index.ts so the June 2, 2026 meeting appears on the /community page.

Why it is done? : The meeting note file was already imported, but the export {} block omitted F20260602, so the item was silently invisible on the site.

Where is it located? : static/data/meetings/notes/index.ts — the change inserts F20260602 between F20260505 and F20260804.

Validation: Ran yarn build (no broken links) and verified the /community meeting card grid now shows the June 2, 2026 meeting as the second-most-recent item.

fixes #677

Before / After - Backed by Screenshots

Before: June 2, 2026 meeting card did not appear on /community (file existed but was not exported).
After: June 2, 2026 meeting card appears in the meeting grid as the second-most-recent meeting.
Attachments: (optional) add screenshots here:

Screenshot 2026-08-12 at 11 33 12 AM Screenshot 2026-08-12 at 1 03 16 PM

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match the sign-off email address. See CONTRIBUTING.md for more information.
Referenced issues using Fixes: #00000 in commit message (if applicable)
PR description, commit message, and GitHub comments are human-written, per LLM Policy

@antedotee Please Check!

@subinita01
subinita01 force-pushed the fix/community-meetings-june-2-note branch from 291c436 to 74a20e8 Compare August 13, 2026 07:49
@TomSweeneyRedHat

Copy link
Copy Markdown
Member

My oops back in June. TYVM for the touch up @subinita01 !

@subinita01

subinita01 commented Aug 14, 2026

Copy link
Copy Markdown
Author

@TomSweeneyRedHat My pleasure! I could contribute.....

@antedotee

Copy link
Copy Markdown
Contributor

Instead of closes, can you change it to fixes, so that the issue automatically closes if this gets merged. Just a small suggestion from my side 😅 , otherwise it will have to be closed manually after merging.

@subinita01

Copy link
Copy Markdown
Author

@antedotee
hey, tqsm for the suggestion.
I have updated as per it.

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.

[Bug]: June 2, 2026 community meeting note silently missing from /community page (imported but not exported)

3 participants