all-contributors / all-contributors/allcontributors.org
New format for `contributors` in config file
- Lenguaje dominante
- MDX
- Estrellas
- 8.1k
- Forks
- 1.7k
- Merge medio
- 17 h 1 min
- PR fusionados (30 d)
- 6
Descripción
I'm proposing this new format for `contributors` in config file to include JSON `key` with value of `username`.
### Why:
- This will significantly reduce the iteration in fetching old contributions.
#### Proposed format
```json
"contributors": [
"tenshiAMD": {
"login": "tenshiAMD",
"name": "Angel Aviel Domaoan",
"avatar_url": "https://avatars.githubusercontent.com/u/13580338?v=4",
"profile": "https://tenshiamd.com/",
"contributions": [
"code",
"design",
"security",
"data",
"mentoring"
]
}
]
```
#### Old format
```json
"contributors": [
{
"login": "tenshiAMD",
"name": "Angel Aviel Domaoan",
"avatar_url": "https://avatars.githubusercontent.com/u/13580338?v=4",
"profile": "https://tenshiamd.com/",
"contributions": [
"code",
"design",
"security",
"data",
"mentoring"
]
}
]
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.