Built and maintained by Probelabs.com — easiest AI assistant to maintain your GitHub repository and review the code
Learn more

Help Wanted

Discover open source projects where your contributions truly matter

While large projects overflow with contributions, smaller initiatives eagerly await your expertise and passion

Active filters:Stars: 10+ Stars
Filters trigger API requests for better performance

Showing 30 opportunities to contribute

AI Summary: This issue proposes adding a "forward" functionality for received emails. The suggested solution involves implementing a shortcut and a menu option for users to easily forward emails they are currently reading.

Complexity:2/5
enhancementgood first issue

A beautiful and functional email client for your terminal, built with Go and the charming Bubble Tea TUI library. Never leave your command line to check your inbox or send an email again!

Go
#bubbletea#cli#email#email-cli#email-client#email-sender#go#inbox#matcha#tui

AI Summary: This issue requests the addition of colorblind-friendly variants for the systray icon set. Specifically, it proposes changing the 'red dot' indicator for available updates to yellow to improve visibility for users with color vision deficiencies. This aims to enhance the clarity of system status information for a wider range of users.

Complexity:2/5
feature requestgood first issue

An update notifier & applier for Arch Linux with a systray applet that assists you with important pre / post update tasks.

Shell
#applet#arch#arch-linux#arch-linux-packages#arch-update#archlinux#aur#flatpak#paru#pikaur#systray#update#update-applier#update-check#update-checker#update-notification#update-notifier#widget#yay

AI Summary: This issue is a "good first issue" for new contributors to add a famous anime quote from One Piece to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the provided quote details, and submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This feature request is to add a `hidden` prop to the React `Button` component. This prop will allow developers to conditionally hide the button by rendering `null` when `hidden` is set to `true`, thus simplifying conditional rendering logic and improving code cleanliness. The implementation needs to ensure backward compatibility, proper TypeScript typing, and updated documentation.

Complexity:2/5
enhancementgood first issueUI/UX

AI Summary: This issue requests a community contribution to add a new Japanese grammar point, "〜㠙㠎る" (meaning "too much"), to a learner-friendly grammar list. The task involves editing a JSON file and requires no coding experience, making it ideal for first-time open-source contributors.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue proposes to make development environments compatible with the IGN proxy. This would be achieved by introducing a simple environment variable that can be configured in a global `.env` file, allowing developers to work behind the proxy.

Complexity:2/5
enhancementgood first issueRefonte BAN

Plateforme d'intégration et de production des données de la Base Adresse Nationale

JavaScript

AI Summary: The Grid view in the UI is making excessive API requests, with one request per displayed DAG run every few seconds. This "spamming" of the API can overload the server and delay other requests due to HTTP connection limits. The proposed solution is to adjust the refresh rate, potentially refreshing only the selected 'running' DAG run at the default interval and other DAG runs at a much lower frequency.

Complexity:3/5
area:performancekind:featurearea:APIgood first issuearea:UI

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Python
#airflow#apache#apache-airflow#automation#dag#data-engineering#data-integration#data-orchestrator#data-pipelines#data-science#elt#etl#machine-learning#mlops#orchestration#python#scheduler#workflow#workflow-engine#workflow-orchestration

AI Summary: This RFC proposes a community-led growth strategy for Hive, an agentic AI framework. The goal is to position Hive as the leader in "self-evolving agents" and significantly increase its community adoption and enterprise readiness by 2026, leveraging its technical moat to overcome market fragmentation.

Complexity:4/5
enhancementhelp wanted

Outcome driven agent development framework that evolves

Python
#agent#agent-framework#agent-skills#ai-evaluation#anthropic#automation#autonomous-agents#awesome#claude#claude-code#human-in-the-loop#observability-ai#openai#python#self-hosted#self-improving#self-improving-agent#self-improving-ai

AI Summary: This issue is a "good first issue" task for new contributors to add a new trivia question about Japanese castles to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the new question and its answers, and submitting a pull request.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue proposes integrating Gitleaks, a secret scanning tool, into the CI pipeline. The goal is to automatically detect and prevent hardcoded credentials from being exposed in the Git repository, enhancing security.

Complexity:2/5
enhancementgood first issueintegrationssize: small

Outcome driven agent development framework that evolves

Python
#agent#agent-framework#agent-skills#ai-evaluation#anthropic#automation#autonomous-agents#awesome#claude#claude-code#human-in-the-loop#observability-ai#openai#python#self-hosted#self-improving#self-improving-agent#self-improving-ai

AI Summary: This issue proposes updating the API/UI performance documentation to mention HTTP/2 as a performance improvement. The current UI faces performance bottlenecks due to HTTP/1.1's connection limits, which HTTP/2 can overcome by allowing multiplexing and eliminating per-origin request limits. The change would involve cross-referencing existing proxy documentation for implementation guidance.

Complexity:2/5
good first issuekind:documentationtype:new-feature

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Python
#airflow#apache#apache-airflow#automation#dag#data-engineering#data-integration#data-orchestrator#data-pipelines#data-science#elt#etl#machine-learning#mlops#orchestration#python#scheduler#workflow#workflow-engine#workflow-orchestration

AI Summary: This issue is a "good first issue" requesting the addition of a new Japanese proverb to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the proverb's Japanese, Romaji, English translation, and meaning, and then submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that requires adding a new cultural fact about Japan to a JSON file. The fact is about the Japanese word 'betsu-bara' which means having a separate stomach for dessert. The task involves simple file editing and submitting a pull request, with no coding experience needed.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue requests the addition of a new color theme named "Morning Dew" to the KanaDojo project. The task involves adding a JSON object with specific color values to a predefined file, requiring no coding experience and estimated to take less than a minute.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue proposes an integration with Salesforce CRM, allowing Hive agents to interact with Salesforce data. It outlines the necessary authentication methods using OAuth 2.0, specifies required scopes, and provides step-by-step instructions for obtaining credentials and configuring the integration.

Complexity:3/5
enhancementgood first issueintegrations

Outcome driven agent development framework that evolves

Python
#agent#agent-framework#agent-skills#ai-evaluation#anthropic#automation#autonomous-agents#awesome#claude#claude-code#human-in-the-loop#observability-ai#openai#python#self-hosted#self-improving#self-improving-agent#self-improving-ai

AI Summary: This issue is a "good first issue" for new contributors to add a famous anime quote from JoJo's Bizarre Adventure to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the quote's Japanese, Romaji, English, anime, and character details, and then submitting a pull request.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue requests the addition of a new Japanese grammar point, "〜㠰㠋り", to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the new grammar explanation, and submitting a pull request. It is explicitly marked as a "good first issue" and requires no coding experience, only a simple data file edit.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The `get_task_instances` API endpoint in Airflow is experiencing performance issues on large installations due to slow database queries. The problem likely stems from excessive joins causing row explosions, and potential optimizations include refining eager loading strategies (e.g., `joinedload` vs. `selectinload`), using `load_only` to reduce selected columns, and investigating the need for additional database indexes.

Complexity:3/5
kind:bugarea:performancearea:APIgood first issue

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Python
#airflow#apache#apache-airflow#automation#dag#data-engineering#data-integration#data-orchestrator#data-pipelines#data-science#elt#etl#machine-learning#mlops#orchestration#python#scheduler#workflow#workflow-engine#workflow-orchestration

AI Summary: This issue is a "good first issue" that asks contributors to add a new Japanese proverb to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the proverb's Japanese, Romaji, English translation, and meaning, and then submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The public `get_dag_runs` API endpoint is experiencing performance issues on large installations due to slow database queries. The problem is likely caused by excessive joins leading to row explosion, and potential solutions include optimizing eager loading strategies (e.g., `joinedload` vs. `selectinload`), using `load_only` to reduce selected columns, and investigating the need for additional database indexes.

Complexity:3/5
kind:bugarea:performancearea:APIgood first issue

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Python
#airflow#apache#apache-airflow#automation#dag#data-engineering#data-integration#data-orchestrator#data-pipelines#data-science#elt#etl#machine-learning#mlops#orchestration#python#scheduler#workflow#workflow-engine#workflow-orchestration

AI Summary: This issue is a 'good first issue' for new contributors to add a fun fact about Japan to a JSON file. The task involves editing a data file, making it suitable for those with no coding experience.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" for new contributors to add a new "Dragon Scale" color theme to the KanaDojo project. The task involves editing a JSON file to include the theme's ID and color properties, requiring no coding experience.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a beginner-friendly task to add a new famous anime quote from Attack on Titan to a JSON file. It requires no coding experience and is intended for first-time open-source contributors, with clear instructions provided.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: The `historical_metrics_data` endpoint in the Airflow API is experiencing significant performance issues on large installations, causing slow dashboard loading times. The primary bottleneck appears to be the retrieval of task instance (TI) data, requiring investigation into potential missing database indexes or query optimizations. An alternative approach could involve re-evaluating the relevance of the current historical metrics and potentially replacing them with more performant and meaningful alternatives.

Complexity:3/5
kind:bugarea:performancearea:APIgood first issuekind:meta

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows

Python
#airflow#apache#apache-airflow#automation#dag#data-engineering#data-integration#data-orchestrator#data-pipelines#data-science#elt#etl#machine-learning#mlops#orchestration#python#scheduler#workflow#workflow-engine#workflow-orchestration

AI Summary: This issue is a "good first issue" that asks a contributor to add a new Japanese grammar point to a JSON file. The task involves editing a data file, specifically adding a new entry for the phrase "〜㠾㠾" with its English translation, and requires no coding experience.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that asks contributors to add a new trivia question about geography to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the new question and its answers, and then submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that asks contributors to add a new Japanese proverb to a JSON data file. The task involves forking the repository, editing a specific JSON file to include the proverb's Japanese, romaji, English translation, and meaning, and then submitting a pull request. No coding experience is required, making it ideal for beginners.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue is a "good first issue" that asks contributors to add a new cultural fact about Japan to a JSON file. The fact to be added is about the Japanese word 'gaman' and its meaning. The instructions are straightforward, involving forking the repository, editing a specific JSON file, and submitting a pull request.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs

AI Summary: This issue requests the addition of a new color theme named "Edo Vintage" to the KanaDojo project. The task involves adding a new entry to a JSON file with specific color values and a unique ID. It's marked as a "good first issue" and requires no coding experience, only a simple data file edit.

Complexity:1/5
documentationenhancementhelp wantedgood first issuehacktoberfestjavascriptcommunityeasylow hanging fruitbeginnerup-for-grabsfirst-timers-onlybeginner-friendlystarter taskfrontend

Aesthetic, minimalist platform for learning Japanese inspired by Duolingo and Monkeytype, built with Next.js and sponsored by Vercel. Beginner-friendly with plenty of good first issues - all contributions are welcome!

TypeScript
#beginner#beginner-friendly#contribute#contribution#contributions-welcome#first-contributions#first-timers-only#good-first-contribution#good-first-issue#good-first-pr#hacktoberfest#help-wanted#japanese#japanese-language#language-learning#learn-japanese#nextjs#open-source#react#up-for-grabs