Work Orders
TICKET-01
Find It
Find broken things to fix, designs to improve, or missing content you think would be helpful!
01
TICKET-02
Fix It
Fork the repo. Make your changes, and make a Pull Request!
02
TICKET-03
Ship It
Work with Hack Club staff to get your PR reviewed and merged. Shipped = quest complete.
03
TICKET-04
Claim It
Receive a grant depending on the amount of PRs & time spent making them.
04
Contribution Examples
CSS
Fix broken layout on a Hack Club site
Misaligned elements, broken mobile views, overlapping content. Pick a site and clean it up!
HTML
Add a requirements page to a YSWS program
Programs need clear requirements. Build a page that tells participants exactly what they need to submit. (maybe an examples page as well on your way)
HTML
Add a 404 page to a HackClub site
Missing a 404 page? Build one that fits the site's style!
JS
Improve interactivity on an existing page
Buttons that don't do anything, forms that aren't wired up, missing feedback. Fix it!
CSS
Add a dark mode to a Hack Club site
Add a dark mode toggle using CSS variables and a bit of class switching.
ANY
Got your own idea?
If it improves Hack Club infra and gets approved by a program manager, it counts. Go for it!
# clock in and get to work
git clone https://github.com/hackclub/<repo>
git checkout -b fix/your-fix-name
# do the work...
git push origin fix/your-fix-name
# open PR