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

Open Issues Need Help

View All on GitHub
Uncategorized Unknown

AI Summary: This issue proposes adding more theme options to the GitHub-Readme-Stats project. The task involves updating a constants file to include new themes and ensuring proper acknowledgements are added to the documentation. The goal is to provide users with greater customization for their README stats cards.

Complexity: 2/5
enhancement good first issue
Uncategorized Unknown

AI Summary: This issue requests the addition of unit tests for the Contributor Karma API endpoint. The tests should be pure unit tests, covering various scenarios including cache control headers, error branches, and ensuring all tests pass with `bun test`. The goal is to ensure the reliability and correctness of the `/api/karma/contributor` endpoint.

Complexity: 2/5
good first issue chore javascript
Uncategorized Unknown

AI Summary: The "New Contributor" rank logo on the Contributor Karma card is displaying as a broken image. This is due to an incorrect image source path in the `rank.ts` file, which needs to be updated to a valid image URL.

Complexity: 1/5
bug good first issue
Uncategorized Unknown

AI Summary: This issue requests the implementation of a GitHub CI/CD workflow to automate testing and code coverage for the project using Bun. The workflow should also update the README with test and coverage badges, ensuring all tests pass and coverage reports are generated.

Complexity: 2/5
enhancement good first issue chore
Uncategorized Unknown

AI Summary: This chore issue aims to set up automated code linting and formatting before each commit using Prettier, Husky, and lint-staged. The goal is to ensure code quality and consistency by automatically fixing formatting and linting issues on staged files, preventing CI failures.

Complexity: 2/5
good first issue chore
Uncategorized Unknown

AI Summary: This issue involves initializing a new Next.js project using Bun as the runtime and package manager. It includes setting up the project with specific configurations like TypeScript, TailwindCSS, and the App Router, and then cleaning up default boilerplate code.

Complexity: 2/5
good first issue chore