Skip to content

Here's what's popular on GitHub today...

Top-rated games from Game Off 2024

Game Bytes

Another year, another incredible GitHub Game Off—and this one was secrets-ational! With over 500 submissions, participants turned the theme of “secrets” into an extraordinary showcase of creativity, humor, and mind-boggling mechanics. Play the top-rated games now!

React logo

Popular topic

#

React

React is an open source JavaScript library used for designing user interfaces.
autofix.ci screenshot

This recommendation was created by GitHub staff

autofix.ci

autofix.ci

autofix.ci automatically fixes pull requests.

Pull Requests are often blocked on relatively trivial issues such as code formatting or leftover imports. Fixing these details is expensive as it requires additional roundtrips and context switching. autofix.ci automatically fixes such problems, unblocking development flow.

This recommendation was created by GitHub staff

pre-commit ci

pre-commit ci

Developers spend a fair chunk of time during their development flow on fixing relatively trivial problems in their code. pre-commit.ci both enforces that these issues are discovered (which is opt-in for each developer's workflow via pre-commit) but also fixes the issues automatically, letting developers focus their time on more valuable problems.