Pre-event instructions to be released on April 6#214
Merged
rogerSuperBuilderAlpha merged 4 commits intorogerSuperBuilderAlpha:mainfrom Apr 5, 2026
Merged
Pre-event instructions to be released on April 6#214rogerSuperBuilderAlpha merged 4 commits intorogerSuperBuilderAlpha:mainfrom
rogerSuperBuilderAlpha merged 4 commits intorogerSuperBuilderAlpha:mainfrom
Conversation
Pre-event instructions to be released on April 6
|
@rayruizhiliao is attempting to deploy a commit to the Roger Hunt - Super Builder Team on Vercel. A member of the Team first needs to authorize it. |
rogerSuperBuilderAlpha
approved these changes
Apr 5, 2026
Owner
rogerSuperBuilderAlpha
left a comment
There was a problem hiding this comment.
Reviewed the new instructions page and the supporting link updates. The content and routing changes look consistent, and the page is wired into the existing hackathon surfaces cleanly.
f0a8d66
into
rogerSuperBuilderAlpha:main
6 of 7 checks passed
Pradyumna369
pushed a commit
to Pradyumna369/cursor-boston
that referenced
this pull request
Apr 12, 2026
Pre-event instructions to be released on April 6
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.
Description
Add a pre-event instructions page at
/hackathons/hack-a-sprint-2026/instructionsfor participants to prepare before the April 13 event. Links to the new page are added across relevant existing pages.Type of Change
How Has This Been Tested?
Checklist
Files Changed
New files:
app/hackathons/hack-a-sprint-2026/instructions/layout.tsx— metadata layoutapp/hackathons/hack-a-sprint-2026/instructions/page.tsx— instructions page (server-rendered)Updated files:
app/hackathons/hack-a-sprint-2026/page.tsx— added "Pre-event instructions" link (logged-in and logged-out views)app/hackathons/hack-a-sprint-2026/signup/page.tsx— added link to instructions below introapp/hackathons/page.tsx— added "Pre-event instructions" button to featured hackathon, removed "Showcase & voting"app/events/[slug]/page.tsx— replaced "Showcase & voting" with "Pre-event instructions" in hero CTAAdditional Notes
The instructions page is static (no
"use client") and follows the same pattern asapp/about/page.tsx. It importsCURSOR_CREDIT_TOP_Nfromlib/hackathon-event-signup.tsfor the top-50 credit band reference.