reposense / RepoSense

Contribution analysis tool for Git repositories
https://reposense.org
MIT License
250 stars 153 forks source link

Give an easy way for a person to set up a report of past OSS contributions #2157

Open damithc opened 8 months ago

damithc commented 8 months ago

Usage: A user (e.g., a student) setting up an online report of their open-source coding work.

Steps:

  1. Forks a provided repo (e.g., https://github.com/reposense/code-report) to own GitHub account
  2. Updates a config file in the fork to specify repos contributed to, author names used in each repo
  3. After committing the change, and CI run, the report is available for viewing (and can be linked from their resume, home page etc.)

A further optimization is to show each ramp for the time period in which there are relevant commits. i.e., in the ramp chart below, show the part in the red box only. image This means each ramp chart will have its own timeline, and we'll have to show the timeline for each ramp chart.

ckcherry23 commented 8 months ago

Related to #1431