We need a clear CONTRIBUTING.md section that walks first-time contributors through creating a simple chart (e.g., star count over time) using the dataset. Currently, new contributors may be unsure how to access the JSON output or which libraries (like Matplotlib) are preferred. This guide should include a code snippet for plotting the top 10 languages by repository count and a link to an example output. Acceptance criteria: (1) a new "Data Visualization" subsection in CONTRIBUTING.md, (2) at least one reproducible example with sample data, (3) a note on how to run it locally.
We need a clear
CONTRIBUTING.mdsection that walks first-time contributors through creating a simple chart (e.g., star count over time) using the dataset. Currently, new contributors may be unsure how to access the JSON output or which libraries (like Matplotlib) are preferred. This guide should include a code snippet for plotting the top 10 languages by repository count and a link to an example output. Acceptance criteria: (1) a new "Data Visualization" subsection inCONTRIBUTING.md, (2) at least one reproducible example with sample data, (3) a note on how to run it locally.