tasks/all-contributors/README.md
Redwood has a vibrant community that we want to highlight as much as possible. Using the All-contributors specifications and CLI, this project allows us to:
In general, this is a three-part process:
.all-contributorsrc file with new contributorsWhen adding contributors, use this "type" key for specific repos:
- 💻 (code) == Framework
The "type" is required and we used to differentiate for various repos. But we don't display it.
*rc filesNOTE: Do not add [bot] accounts to the files.
Also, members of the Core Team are manually added to the relevant section of #contributors. To avoid duplication, do not add the following profiles to .all-contributorsrc:
- peterp
- thedavidprice
- mojombo
- cannikin
- jtoar
- Tobbe
- RobertBroersma
- dthyresson
- dac09
- aldonline
- clairefro
- ajcwebdev
- forresthayes
- kimadeline
- simoncrypta
- KrisCoulson
- keithtelliott
- callingmedic911
- agiannelli
- alicelovescake
- chrisvdm
- realStandal
- virtuoushub ==BOTS==
- dependabot[bot]
- renovate[bot]
- codesee-architecture-diagrams[bot]
cd tasks/all-contributors
yarn all-contributors check --config .all-contributorsrc
// For each contributor listed in output, repeat the following:
yarn all-contributors add --config .all-contributorsrc <contributor> code
yarn all-contributors generate --contributorsPerLine 5 --config .all-contributorsrc
Don't forget to commit and PR changes.
Help with this project is welcome and needed! No specific experience required. You'll want to be familiar with: