2 Open Issues Need Help Last updated: Feb 11, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This GitHub issue outlines a chore to set up automatic code linting and formatting using Prettier and ESLint before every commit. It leverages Husky for managing git hooks and lint-staged to apply these checks only to staged files, ensuring code consistency and preventing CI failures. The task involves installing dependencies, configuring lint-staged in `package.json`, and updating the pre-commit hook.

Complexity: 1/5
good first issue chore

AI Summary: This issue outlines the initialization of a new Next.js project using Bun as the runtime and package manager. It details the steps for creating the application, configuring `package.json` scripts for Bun, and cleaning up default boilerplate code. The setup specifies TypeScript, TailwindCSS, and the App Router, aiming for a foundational project structure.

Complexity: 1/5
good first issue chore