This repo holds the contributors.json
file that is used to load contributor info into the app.
npm install # install prettier and pre-commit hooks
Create a pull request with the contributor info added at the end of the contributors.json
file.
Format the file using the built in prettier rules before committing:
npm run format
Your name. The name to be displayed on the contributors page.
Your github username.
The URL to a square image to be used on the contributors page. Ideally, use your github image URL.
3 letter country code. Choose a code from the official ISO list: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
The date when you joined the Coding Garden Community App team.
Joined date should use the format YEAR-MONTH-DAY e.g. 2018-12-16
Team ids are:
- 0 - Planning
- 1 - Design
- 2 - Frontend
- 3 - Backend
- 4 - DevOps
- 5 - Functional Testing
Contributor info is in the following format:
{
"name": "CJ",
"github": "w3cj",
"image": "https://avatars1.githubusercontent.com/u/14241866",
"country_code": "USA",
"active": true,
"joined": "2018-12-16",
"team_ids": [0, 1, 2, 3, 4]
}