devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

[chore] Autogenerate the list of Dev docs contributors

Open sarjona opened this issue 3 years ago • 1 comments

What do we need to do?

While reviewing https://github.com/moodle/devdocs/pull/87, Andrew raised this idea:

  • We can auto-generate the user doc contributions using the Wikimedia API (https://docs.moodle.org/dev/Special:ApiSandbox#action=query&format=json&list=allusers&continue=-%7C%7C&aulimit=max&auwitheditsonly=1)
  • We can also easily generate the list of Dev docs contributors with: git shortlog -sn

sarjona avatar Apr 29 '22 13:04 sarjona

Splitting the user component of this into #113 because they're quite different (Wikimedia vs. git log)

andrewnicols avatar May 07 '22 11:05 andrewnicols