MDX good first issues

86 open MDX issues currently match the default 10+ star filter. Scored difficulty: 5,947 at 1/5, 8,788 at 2/5, 12,702 at 3/5, 12,124 at 4/5, 857 at 5/5. This hub uses the same feed as the homepage, limited to repositories whose GitHub language is MDX.

All languages · Browse projects · How to find good first issues

Active projects

Unique repos with open help-wanted issues updated in the last 30 days

Showing 30 of ~86 matching filters (MDX · 10+ stars)

List

OpenAPI Specification is Missing

AI summary

This issue proposes adding a dedicated chapter on OpenAPI specifications to the "Backend from First Principles" repository. The author argues that OpenAPI is a crucial standard in modern API development and its absence leaves a gap in the repository's foundational coverage. The proposed chapter would cover its definition, structure, usage, and related tooling.

help wanted
447
Difficulty
3/5

Fix the broken badges in the readme

AI summary

The README file for this project contains broken image badges, as indicated by a provided screenshot. The issue is labeled as 'documentation' and 'good first issue', suggesting a straightforward fix is needed to restore the functionality and appearance of these badges.

documentationgood first issuehelp wanted
39
Difficulty
1/5

Typo in frameCount documentation page

AI summary

This issue reports a minor typo on the Processing reference page for `frameCount`. The word "number" is misspelled as "number o" in the description. The suggested correction is to change it to "number of frames".

ReferenceGood First IssueHelp Wanted
88
Difficulty
1/5

Add Hubble, Galexie, etc to table

AI summary

This issue proposes to improve the documentation by including Hubble and Galexie within the existing table of data products. Currently, these are mentioned separately, making direct comparison difficult. The suggestion is to reframe the table to encompass various data products, clearly indicating their type (API or other).

documentationgood first issueplatformbot:needs-decision
131
Difficulty
2/5

Editor docs contribution backlog

AI summary

This GitHub issue serves as a backlog for documentation contributions, outlining specific tasks related to updating and improving the Rive editor documentation. It provides a key for understanding task status and priority, and encourages contributors to comment before starting work to avoid duplication and ensure proper scoping.

good first issue
24
Difficulty
2/5

Provide examples for each payment type on the /payments endpoint

AI summary

This issue requests the addition of example schemas for the /payments endpoint. Currently, the response schema changes based on payment types, and there are no documented examples of these variations, making it difficult for developers to understand and integrate with the API.

documentationgood first issueplatformbot:needs-decision
131
Difficulty
2/5

docs: verifying_binaries guide is out of date with KEYS and the release signing flow

AI summary

The documentation for verifying ORAS CLI binaries is outdated and no longer aligns with the current release signing process and the KEYS file. This leads to users being unable to fully verify releases or only verifying partial information. The issue requires updating the guide across multiple versioned documentation branches.

good first issuehelp wanted
25
Difficulty
3/5

Update guide: How to choose the right storage for your use case

AI summary

This issue is a request to update the Stellar documentation's guide on choosing the right storage solution. The goal is to ensure the guide accurately reflects current best practices and provides clear guidance for developers based on their specific use cases.

bugdocumentationgood first issue
131
Difficulty
2/5

Guide on SAC clawback

AI summary

The user is requesting a guide on how to implement SAC (Stellar Asset Contract) clawback functionality. This guide should be added to the existing token building section of the Stellar developer documentation.

documentationgood first issuebot:needs-decision
131
Difficulty
3/5

JS SDK `AssembledTransaction` cookbooks

AI summary

This issue requests the creation of more practical code examples (cookbooks) for the `AssembledTransaction` feature in the JS SDK. The goal is to improve developer onboarding by providing readily usable code snippets, similar to existing JS documentation, and integrating them into the 'Working with contract specs' guide.

documentationhelp wanteddev-relbot:needs-decision
131
Difficulty
2/5

Create end-to-end guide on fetching data from an indexer (Goldsky) and integrating it into a frontend interface

AI summary

This issue requests the creation of a comprehensive end-to-end guide for fetching data from the Goldsky indexer and integrating it into a frontend interface. The guide should cover the fundamentals of indexers, the process of setting up data retrieval, and best practices for frontend integration and data display.

documentationhelp wanteddev-relbot:needs-decision
131
Difficulty
3/5

`String` Concatenation

AI summary

This issue proposes improving string concatenation capabilities, specifically for providing URIs for NFTs. The current alternative is using `Vec`, and the user is looking for a more direct string concatenation method.

documentationgood first issuedev-rel
131
Difficulty
2/5

Create Asset Directory

AI summary

The user is requesting the creation of an 'Asset Directory' to help developers easily find information about Tier 1 assets, such as their public keys for establishing trustlines. This directory would centralize crucial developer-facing information that is currently difficult to discover, as exemplified by the user's experience finding USDC on Testnet.

documentationhelp wanteddev-relbot:needs-decision
131
Difficulty
2/5

Add docs for non-upgradable contracts

AI summary

This issue requests documentation for how to create non-upgradeable (immutable) smart contracts on Soroban. Currently, all contracts are upgradeable by default, which conflicts with the desire for permissionless, 'code is law' contracts where the developer has no special privileges after deployment. The user believes there's a way to disable upgradeability but lacks documentation.

documentationhelp wanteddev-relbot:needs-decision
131
Difficulty
2/5

Documentation on onboarding Solana Developers

AI summary

The user is requesting comprehensive documentation to help Solana developers transition to building Stellar contracts. They encountered dependency issues when trying to integrate Solana and Stellar, highlighting a need for clear guidance on this migration path.

documentationhelp wanteddev-relbot:needs-decision
131
Difficulty
3/5

Discuss harmful / easy mistakes that don't scale or could result in stuck contracts

AI summary

This issue discusses a common pitfall in Soroban smart contracts where using built-in `Vec` and `Map` types to store unbounded collections within a single contract data entry leads to scalability problems and potential contract lock-ups. The proposed solution is to store each collection item as a separate contract data entry to avoid ledger entry size limits and transaction serialization bottlenecks.

documentationhelp wanteddev-rel
131
Difficulty
3/5

Reference ingest library case-studies aka CDP hackathon projects

AI summary

This issue proposes to enhance documentation by referencing existing CDP-based hackathon projects as case studies for the ingest library. The goal is to showcase the library's capabilities through these real-world examples, potentially linking to their repositories with minimal framing or more in-depth write-ups if feasible.

documentationhelp wantedingestbot:needs-decision
131
Difficulty
2/5

Document using a different source account for an operation that is different from the parent transaction envelope account

AI summary

This issue requests documentation clarifying how operations within a transaction can use a different source account than the parent transaction envelope. It aims to explain default source account overrides and provide code examples, particularly for new users to prevent confusion with `set ops` functions and understand key custody implications.

documentationgood first issuedev-relbot:needs-decision
131
Difficulty
2/5

[Mobile] Mobile Device Movement Sketch Not Working

AI summary

A user is reporting that the p5.js mobile device movement example sketch is not functioning as expected on their iPhone. The sketch is supposed to react to device motion, but it appears to be static or unresponsive, contrary to its intended behavior.

BugHelp Wanted
89
Difficulty
3/5

📒 Draw account summary codeblocks

AI summary

This issue proposes replacing plain text descriptions of account balances in the Stellar documentation with visual representations. The goal is to make the examples easier to understand by drawing code blocks that visually depict each account's holdings.

documentationgood first issue
131
Difficulty
2/5

Incomplete description of automatic Quorum Set generation

AI summary

This issue points out a missing piece of information in the Stellar developer documentation regarding automatic quorum set generation. Specifically, the `QUALITY="CRITICAL"` setting is not mentioned on the provided configuration page, which could lead to confusion for administrators.

buggood first issuecore
131
Difficulty
1/5

Add Horizon triage FAQ to Horizon section of the docs

AI summary

This issue proposes adding a Frequently Asked Questions (FAQ) document for Horizon node operators to the official documentation. The goal is to empower operators to self-serve and resolve common node issues without needing direct support.

help wantedplatformbot:needs-author
131
Difficulty
2/5

Refresh all "classic" How-To Guides & refresh the Channel Accounts section

AI summary

This issue requests a refresh of several "classic" How-To Guides and the Channel Accounts section on the Stellar developers documentation. The primary goal is to ensure that the examples provided within these encyclopedia entries are up-to-date and functional, addressing potential outdated code or concepts.

documentationhelp wanteddev-rel
131
Difficulty
2/5

Contact Form Submission - Mistake (Solution: CF - Max Median)

AI summary

This issue reports inaccuracies in the solution explanation for the "CF - Max Median" problem. Specifically, the explanation is not quite accurate, as indicated by a forum discussion, and contains an out-of-bounds error on line 33. There's also a minor inconsistency in the use of comparison operators.

good first issuecontent
1.8K
Difficulty
2/5

docs: add a Client Libraries page for the ORAS .NET SDK

AI summary

This issue proposes adding a dedicated documentation page for the ORAS .NET SDK to the client libraries section of the ORAS website. Currently, .NET is only partially represented with an off-site link and a feature checklist, but lacks its own dedicated page like Go, Python, Rust, and Java. The fix involves creating a new `.mdx` file for .NET, mirroring the structure of the existing Java documentation page.

documentationgood first issuehelp wanted
25
Difficulty
2/5

Update stale images: product/onboarding (1 screenshot)

AI summary

This issue requires updating a single stale screenshot on the Sentry product onboarding documentation page. The task involves comparing the existing screenshot with the current Sentry UI, recapturing it if necessary, and replacing the old image file while ensuring the alt text remains accurate. This is a straightforward content update task.

Playwrightdocs-screenshotsstale-imageGood First Issue
443
Difficulty
1/5

Also browsing: Python , TypeScript , JavaScript