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 is a beginner-friendly task to add a new Japanese grammar point to a JSON file. It requires no coding experience and can be completed in under a minute by forking the repository, editing the JSON file directly in the browser, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityup-for-grabsfirst-timers-onlybeginner-friendly

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 trivia question about the Japanese writing system for foreign words to the project's JSON content. It requires no coding and can be completed directly in the browser by forking the repository, editing a JSON file, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunitylow hanging fruitup-for-grabsfirst-timers-onlystarter task

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 a significant technical challenge: porting a RustChain miner to run on an original Apple II computer. The goal is to leverage the vintage hardware, specifically its 1MHz MOS 6502 processor and limited memory, to mine cryptocurrency, offering a substantial bounty for successful implementation. This involves overcoming hardware limitations and implementing networking and cryptographic functions on a platform from the late 1970s.

Complexity:5/5
help wantedbountyopenmajorcommunity

Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.

Python
#ai-agents#blockchain#bounties#bug-bounty#community#contributions#cryptocurrency#earn-crypto#good-first-issue#hacktoberfest#open-source#rtc-token#rustchain#solana#vintage-computing

AI Summary: The `log` and `success` methods in `apps/backend/Logger.ts` have identical implementations, violating the DRY principle. This means changes to the info-level logging logic need to be applied in two places, increasing maintenance effort and potential for errors. The recommended fix is to have the `log` method simply call the `success` method.

Complexity:1/5
good first issuecode-quality

小智AI客户端,目前主要用于MCP的对接

TypeScript

AI Summary: This issue is a bounty to port a RustChain miner to run on an Intel 386 processor. The task involves getting networking and a scripting language (or C) running on a 386 system, and then adapting the existing miner to function within these constraints, reporting the '386' architecture. The bounty highlights the challenge of using vintage hardware and its limitations, such as the lack of an FPU.

Complexity:4/5
help wantedbountyopenmajorcommunity

Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.

Python
#ai-agents#blockchain#bounties#bug-bounty#community#contributions#cryptocurrency#earn-crypto#good-first-issue#hacktoberfest#open-source#rtc-token#rustchain#solana#vintage-computing

AI Summary: This issue seeks to port the RustChain mining software to the Sega Dreamcast, enabling it to become the first console miner on the network. The task involves booting a minimal Linux kernel on the Dreamcast, cross-compiling Python or MicroPython for its SH4 architecture, and then porting the mining client itself, taking into account the unique hardware characteristics and limitations.

Complexity:4/5
help wantedbountyopenmajorcommunity

Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.

Python
#ai-agents#blockchain#bounties#bug-bounty#community#contributions#cryptocurrency#earn-crypto#good-first-issue#hacktoberfest#open-source#rtc-token#rustchain#solana#vintage-computing

AI Summary: This issue proposes to improve the naming consistency within the stepper driver's GPIO implementations. Specifically, it suggests renaming files and adjusting struct names in `gpio_step_dir.c` and `h_bridge_stepper.c` to use a more uniform `_ctrl` suffix for controller-related elements.

Complexity:2/5
EnhancementGood first issuearea: Stepper

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.

C
#bluetooth#bluetooth-le#embedded#embedded-c#iot#mcu#microcontroller#real-time#rtos#zephyr#zephyr-rtos#zephyros

AI Summary: This issue is a bounty program from RustChain's Proof-of-Antiquity initiative, rewarding users with 5 RTC for sharing their favorite vintage hardware and suggesting new hardware for RTC mining. Participants need to provide their favorite hardware with a reason, a suggestion for future mining hardware, and their RTC wallet address or miner ID to qualify for the weekly payout.

Complexity:1/5
good first issuebountyopenmicromulti-claimcommunity

Earn RTC crypto by contributing to the RustChain ecosystem. Bounties from 1-150 RTC. Star, code, write tutorials, find bugs.

Python
#ai-agents#blockchain#bounties#bug-bounty#community#contributions#cryptocurrency#earn-crypto#good-first-issue#hacktoberfest#open-source#rtc-token#rustchain#solana#vintage-computing

AI Summary: This issue is a beginner-friendly task to add a new Japanese haiku to a JSON file. It requires no coding and can be completed in under a minute by forking the repository, editing the file in the browser, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunityup-for-grabsfirst-timers-onlystarter task

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 Hive Coder agent's "never assume" mandate is not reflected in its output. Currently, the final output only provides the agent's name and a generic validation result, lacking any record of assumptions made, verified against the codebase, or rejected alternatives. This makes it difficult for developers to identify potential runtime failures stemming from unverified assumptions.

Complexity:3/5
enhancementgood first issuesize: 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 GitHub issue is a beginner-friendly task to add a new Japan fact (#291) about the rainy season's name ('tsuyu') to a collection. It's labeled as a 'Good First Issue,' requires no coding, can be completed in under a minute directly from a browser, and is ideal for absolute beginners.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunityeasyup-for-grabs

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 Guardian agent's fix selection process, which is crucial for autonomous decision-making, is not being properly logged or audited. This prevents developers from understanding why a particular fix was chosen, hindering post-mortem analysis and debugging when regressions occur. The issue proposes integrating Guardian's decision-making with the existing Decision audit system to capture structured reasoning.

Complexity:3/5
enhancementhelp wantedsize: medium

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 beginner-friendly task to add a new color theme called "Biwako Blue" to the KanaDojo project. It requires no coding and can be completed in under a minute by directly editing a JSON file in the browser. The contribution involves adding specific color values and an ID for the new theme.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunitybeginnerup-for-grabs

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 refactoring Control Plane tests to leverage a new feature in tt-umd that allows dynamic filtering of mock cluster topologies using the TT_VISIBLE_DEVICES environment variable. This will enable the use of full mock cluster descriptors instead of split ones, simplifying testing and reducing maintenance overhead by removing redundant files.

Complexity:3/5
good first issuecontrol-planemock-clustertech-debt

:metal: TT-NN operator library, and TT-Metalium low level kernel programming model.

C++
#accelerator#ai#cuda#deepseek#gpu#img-gen#kernels#llama#llm#metal#scale-out#stable-diffusion#tenstorrent#video-gen

AI Summary: This issue is a beginner-friendly contribution request to add a new common Japanese learner mistake to a JSON file. No coding knowledge is required, and the task can be completed directly in the browser within a minute by forking the repository, editing a specific JSON file, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityeasylow hanging fruitup-for-grabsbeginner-friendly

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 identifies a version inconsistency for the `@types/node` package within the project. Specifically, the `packages/tts` directory is using an older version (`^20.10.0`) compared to all other packages which are using a newer version (`^24.3.0`). While type checking currently passes, this discrepancy could lead to future type definition conflicts and compatibility issues across different parts of the codebase.

Complexity:1/5
good first issuecode-quality

小智AI客户端,目前主要用于MCP的对接

TypeScript

AI Summary: This RFC addresses a lack of developer visibility and control over Guardian's autonomous code fixes. It proposes adding a dedicated event for source code modifications, enabling optional human approval for these changes, and implementing a timeout for user prompts in headless environments to prevent indefinite hangs.

Complexity:4/5
enhancementhelp wantedsize: large

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 beginner-friendly task to add a new Japanese example sentence to a JSON file. No coding is required, and the contribution can be made directly from the browser in under a minute. It's suitable for Hacktoberfest and aims to improve the project's content.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunityup-for-grabsbeginner-friendlystarter task

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: Users who are admins or collaborators of a club are seeing a "trash" or unfollow button on the club's settings page, which leads to an error when clicked. The issue stems from a member check in the `joinLeave` procedure. The proposed solution is to disable this button for admins/collaborators and display a tooltip similar to how it's handled for collaborators in another component.

Complexity:2/5
Good First IssueType: Bug Report

Discover the best clubs and organizations at UTD

TypeScript
#nextjs#react#tailwindcss#typescript

AI Summary: This issue is a "Good First Issue" that requires adding a new Japanese cultural etiquette tip to a JSON file. No coding knowledge is needed, and the contribution can be completed directly in the browser within a minute. The task involves forking the repository, editing a specific JSON file, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityup-for-grabsfirst-timers-onlybeginner-friendly

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 "false friend" pair to a JSON file. It involves adding a Japanese term and its English equivalent, along with an explanation and example, to help language learners avoid common mix-ups. No coding is required, and the contribution can be made directly through the browser.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunitybeginnerup-for-grabsbeginner-friendly

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 regional Japanese dialect entry to a JSON file. It requires no coding and can be completed directly in the browser by following simple instructions to fork the repository, edit the JSON, and submit a pull request. The entry to be added is for the dialect word 'ぶち', meaning 'very' in the Yamaguchi/Hiroshima region.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunitybeginnerup-for-grabsbeginner-friendly

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 Japanese idiom to a JSON file. No coding experience is required, and the contribution can be made directly from the browser in under a minute. The task involves forking the repository, editing a specific JSON file, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityeasybeginnerup-for-grabsfirst-timers-only

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 bug describes silent data loss in agent runs due to two primary issues: asynchronous save tasks that are not tracked or awaited, and batch write failures that are only logged without retries. This leads to incomplete run histories affecting observability and dependent logic.

Complexity:4/5
bughelp wantedsize: large

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 beginner-friendly task to add a new video game quote to a JSON file. It requires no coding and can be completed in under a minute by forking the repository, editing the file directly in the browser, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityeasylow hanging fruitup-for-grabsfirst-timers-only

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 adding a new DELETE endpoint to the file system API. This endpoint would allow for the removal of files through the API, enhancing the file system's functionality.

Complexity:2/5
enhancementgood first issuehelp wanted

Deploy agents securely with incredible devX

Python
#agents#runtimes#systems

AI Summary: This issue is a beginner-friendly task to add a new anime quote to a JSON file. It requires no coding knowledge and can be completed directly in the browser by forking the repository, editing the `anime-quotes.json` file, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityup-for-grabsbeginner-friendlystarter task

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" designed for absolute beginners to contribute to the project. The task involves adding a new trivia question about a Japanese city famous for its snow festival to a JSON file. No coding knowledge is required, and the entire process can be completed in under a minute directly from the browser.

Complexity:1/5
help wantedgood first issuehacktoberfestjavascriptcommunitybeginnerup-for-grabsfirst-timers-only

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 Japanese haiku to a JSON file. It requires no coding and can be completed in under a minute by forking the repository, editing the JSON file directly in the browser, and submitting a pull request.

Complexity:1/5
help wantedgood first issuehacktoberfestcommunityup-for-grabsfirst-timers-onlybeginner-friendlystarter task

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 identifies that 9 MDX files within the `docs/content/` directory are missing frontmatter (title and description). This omission prevents Nextra from generating correct page metadata, leading to suboptimal browser tab titles, incomplete SEO, and potential issues with search engine indexing. The fix involves adding a standard frontmatter block to each affected file.

Complexity:1/5
documentationgood first issue

小智AI客户端,目前主要用于MCP的对接

TypeScript