Skip to content

[Programs] Fix missing programSlug in Hacktoberfest 2023 program page - #8057

Open
akshatsinghai6682-sketch wants to merge 4 commits into
layer5io:masterfrom
akshatsinghai6682-sketch:fix/hacktoberfest-2023-program-slug
Open

akshatsinghai6682-sketch wants to merge 4 commits into
layer5io:masterfrom
akshatsinghai6682-sketch:fix/hacktoberfest-2023-program-slug

Conversation

@akshatsinghai6682-sketch

@akshatsinghai6682-sketch akshatsinghai6682-sketch commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Description

This PR fixes #8050

The Hacktoberfest 2023 program page was missing the programSlug field in its frontmatter, causing the Hacktoberfest card on layer5.io/careers/internships to navigate to /programs/null instead of the correct URL /programs/hacktoberfest.

Fix: Added programSlug: "hacktoberfest" to src/collections/programs/hacktoberfest-2023/index.mdx, consistent with the pattern used in other Hacktoberfest program pages (2024, 2025).

Notes for Reviewers

One line change — added missing programSlug field in frontmatter
Verified locally on localhost:8000 — Hacktoberfest card now correctly navigates to /programs/hacktoberfest
No other files changed
Screenshots

Before: Hacktoberfest card navigates to /programs/null
Screenshot 2026-09-14 at 3 09 23 PM

After: Hacktoberfest card correctly navigates to /programs/hacktoberfest
Screenshot 2026-09-14 at 3 09 58 PM

Signed commits

  • Yes, I signed my commits.

Summary by CodeRabbit

  • Content
    • Added metadata identifying the Hacktoberfest 2023 program with the hacktoberfest program slug.

Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 663a1194-5075-40e2-9b57-fa1ee51f530e

📥 Commits

Reviewing files that changed from the base of the PR and between bd554ad and a19935c.

📒 Files selected for processing (1)
  • src/collections/programs/hacktoberfest-2023/index.mdx

Included review availability: Your plan provides up to 4 included reviews per hour; 3 remain after this review.


📝 Walkthrough

Walkthrough

The Hacktoberfest program page now defines programSlug: "hacktoberfest" in its frontmatter metadata.

Changes

Hacktoberfest program metadata

Layer / File(s) Summary
Add Hacktoberfest program slug
src/collections/programs/hacktoberfest-2023/index.mdx
The page frontmatter now sets programSlug to "hacktoberfest".

Priority: ➖ Normal

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Bug fix · Severity of issue fixed: Medium

Merge Risk: ⚪ Minimal · up to e058e

The Hacktoberfest program now has the intended URL slug, so the navigation issue is addressed and the change is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely identifies the missing programSlug fix for the Hacktoberfest 2023 program page, which matches the pull request changes.
Linked Issues check ✅ Passed Issue #8050 requires a valid Hacktoberfest program slug. The PR adds programSlug: "hacktoberfest" to src/collections/programs/hacktoberfest-2023/index.mdx. This matches the required `/programs/hac…
Out of Scope Changes check ✅ Passed The whole-PR diff contains one metadata change in the Hacktoberfest 2023 program page. The change directly supports issue #8050 and does not include unrelated implementation.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Signed-off-by: Akshat Singhai <akshatsinghai6682@gmail.com>
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for PR #8057 removed.

This PR preview was automatically pruned because we keep only the 3 most recently updated previews on GitHub Pages to stay within deployment size limits.

If needed, push a new commit to this PR to generate a fresh preview.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Hacktoberfest program card navigates to /programs/null instead of valid slug

1 participant