mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4659bca69b
The `contributing-stats/get-data.ts` script, which is used to retrieve org-wide contribution data, returned the contributors in retrieval order. This commit ensures contributors are ordered alphabetically, which makes it easier to find the stats for a specific contributor. PR Close #35997