Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.14 KB

File metadata and controls

51 lines (34 loc) · 1.14 KB

Contributing to RepoChart

Thanks for your interest in contributing! Here's how to get started.

Prerequisites

Setup

git clone https://github.com/your-username/repochart.git
cd repochart
pnpm install
pnpm build

Development Workflow

pnpm build       # compile TypeScript → dist/

Run the CLI locally after building:

pnpm link
repochart vercel/next.js --overview

Submitting Changes

  1. Fork the repo and create a branch from main
  2. Make your changes
  3. Run pnpm build — all must pass
  4. Commit using Conventional Commits: feat:, fix:, docs:, refactor:, etc.
  5. Open a pull request against main

Reporting Issues

Open a GitHub Issue with steps to reproduce, expected behavior, and actual behavior.

Code of Conduct

Please read and follow our Code of Conduct.

Questions

Reach out at arre.ankit@gmail.com or @arre_ankit on X.