jenkins-infra / jenkins-contribution-stats

MIT License
1 stars 5 forks source link

Add data file with honored contributor #55

Closed jmMeessen closed 5 months ago

jmMeessen commented 5 months ago

In order to display the name of an honored contributor at the bottom of the https://contributors.jenkins.io/ page, data is required.

These are the proposed specifications for that new data extraction feature:

The proposed format would be:

RUN_DATE, MONTH, GH_HANDLE, GH_HANDLE_URL, NBR_PR, REPOSITORIES
2024-05-15T13:02:24, 2024-04, olamy, https://github.com/olamy, 14, "jenkinsci/myproject jenkinsci/mysecondprj" 

The file name will be "https://github.com/jmMeessen/jenkins-submitter-stats/tree/main/consolidated_data/honored_contributor.csv". A prototype file will be made available asap to allow concurrent work on the UI. Note that the org and repository will change as it will be moved to the JenkinsCi org.

Notes