Improve README and add public roadmap#287
Merged
vinitkumar merged 4 commits intomasterfrom Apr 28, 2026
Merged
Conversation
Contributor
Reviewer's GuideImproves 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 ROADMAPflowchart 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
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Codecov Report✅ All modified and coverable lines are covered by tests. 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
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
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: