Skip to content

Improve README and add public roadmap#287

Merged
vinitkumar merged 4 commits intomasterfrom
codex/readme-roadmap-growth
Apr 28, 2026
Merged

Improve README and add public roadmap#287
vinitkumar merged 4 commits intomasterfrom
codex/readme-roadmap-growth

Conversation

@vinitkumar
Copy link
Copy Markdown
Owner

@vinitkumar vinitkumar commented Apr 28, 2026

Summary

  • Adds a clearer why/quick-start/performance story near the top of README.rst
  • Adds ROADMAP.md so users and contributors can see project direction
  • Updates CONTRIBUTING.rst with good first contribution paths and current Rust benchmark language

Notes

This is a visibility and contributor-onboarding pass; no runtime code changed.

Summary by Sourcery

Clarify project direction and onboarding for users and contributors through documentation-only changes.

Documentation:

  • Revise README to better communicate purpose, quick start, and performance story for json2xml.
  • Add a public ROADMAP.md outlining current focus, near-term work, and future ideas for the project.
  • Update CONTRIBUTING.rst with clearer guidance on good first contributions and current Rust benchmarking context.

@sourcery-ai
Copy link
Copy Markdown
Contributor

sourcery-ai Bot commented Apr 28, 2026

Reviewer's Guide

Improves contributor-facing documentation by restructuring the README with clearer positioning and quick-start guidance, introducing a public ROADMAP, and updating CONTRIBUTING with more concrete contribution paths and current benchmark/implementation language, without changing any runtime code.

Flow diagram for new contributor decision paths using README, CONTRIBUTING, and ROADMAP

flowchart LR
  A[Read README.rst
  - Why json2xml
  - Quick start
  - Performance story] --> B{Is json2xml a good fit?}
  B -- No --> C[Leave or compare with other tools]
  B -- Yes --> D[Open ROADMAP.md
  - Current focus
  - Near term work
  - Larger ideas]
  D --> E{Want to contribute now?}
  E -- No --> F[Use library or CLI in own projects]
  E -- Yes --> G[Open CONTRIBUTING.rst
  - Good first contribution paths
  - Benchmark and Rust notes]
  G --> H{Preferred contribution type}
  H -- Docs or examples --> I[Pick issue labeled docs or good first issue]
  H -- CLI UX --> J[Pick issue labeled cli or help wanted]
  H -- Performance or Rust --> K[Pick issue labeled performance or work on Rust extension]
  H -- Unsure --> L[Open focused proposal issue]
  I --> M[Implement change and open PR]
  J --> M
  K --> M
  L --> M
Loading

File-Level Changes

Change Details Files
Restructure and clarify top-level project messaging and onboarding in README.
  • Refine the introductory section to emphasize the project’s purpose, quick-start usage, and performance story earlier in the document
  • Improve scan-ability for new users by reorganizing or tightening early README content
README.rst
Add a public roadmap to communicate project direction and contribution opportunities.
  • Create a ROADMAP document that outlines current focus areas, near-term work, and larger future ideas
  • Highlight documentation, CLI UX, performance/benchmarks, and Rust extension as distinct roadmap areas
  • List concrete "good first issues" and labels to guide new contributors
ROADMAP.md
Update contributing guidelines to better support new contributors and reflect current implementation/benchmark context.
  • Add explicit starter contribution paths aligned with examples and tests
  • Update language around Rust benchmarks and native acceleration to match current project positioning
CONTRIBUTING.rst

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown
Contributor

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.07%. Comparing base (e39ab2b) to head (08a2b10).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #287   +/-   ##
=======================================
  Coverage   96.07%   96.07%           
=======================================
  Files           6        6           
  Lines         484      484           
=======================================
  Hits          465      465           
  Misses         19       19           
Flag Coverage Δ
unittests 96.07% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vinitkumar vinitkumar merged commit 583d397 into master Apr 28, 2026
48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant