Skip to content

Dev: Updating all contributors

Code Hugger (Matthew Jones) edited this page Jun 22, 2022 · 1 revision

A file called CONTRIBUTORS.md was added in #1116.

To update this you'll either have to use the bot (currently not setup as of June, 2022) or update it manually via the command line.

If you install the npm dev dependencies it will install all-contributors.

It's mostly done by commands from that page like

  1. npx all-contributors add somedocsuser doc
  2. npx all-contributors generate

See the usage guide for more information.

Then you can commit this change.