Open Issues Need Help
View All on GitHubAI 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.
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.
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.
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.
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.
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.