Skip to content

Commit ea1ac37

Browse files
committed
feat: agregar perfil github
1 parent 35c7803 commit ea1ac37

File tree

2 files changed

+54
-24
lines changed

2 files changed

+54
-24
lines changed

CONTRIBUTING.md

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ Por favor seguir los siguientes puntos para contribuir con un nuevo post o para
1414
4. [Agregar Contenido de Post](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#4--agregar-contenido-de-post)
1515
5. [Ambiente de Desarrollo Local](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#5-%EF%B8%8F-ambiente-de-desarrollo-local)
1616
6. [Pull Request Revisón](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#6--pull-request-revis%C3%B3n)
17+
7. [¿Primera contribución al blog?](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#7-primera-contribuci%C3%B3n-al-blog)
18+
8. [Buenas Prácticas](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#8-buenas-pr%C3%A1cticas)
19+
9. [¿Consultas?](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#9-consultas)
20+
10. [Creación de Issue](https://github.com/python-chile/blogpythonchile?tab=contributing-ov-file#10-creaci%C3%B3n-de-issue)
1721

1822

1923
---
@@ -206,21 +210,47 @@ Considerar los siguientes puntos para la revisión:
206210
- La pull request se puede rechazar si no cumple con la normativa de la comunidad.
207211
- Procurar revisar checklist al momento de abrir PR (template PR).
208212

209-
---
210213

211-
# ✅ Buenas Prácticas
214+
# 7. ⭐ ¿Primera contribución al blog?
215+
216+
Si es el primer aporte por favor considerar agregar algunos datos del perfil de github para poder mostrarlo junto al resto
217+
de contribuidores
218+
219+
En archivo `content/extra/contributors.json` agregar los siguientes valores llave-valor siguiendo formato **json**:
220+
221+
- **id**: número positivo incremental (tipo **int**)
222+
- **username**: nombre usuario de github (tipo **string**)
223+
- **profileUrl**: URL de tu perfil de github. Ejemplo `https://github.com/<username>` (tipo **string**)
224+
- **avatarUrl**: URL de tu imagen de perfil de usuario. Puede ser desde `https://github.com/<username>.png` o `https://avatars.githubusercontent.com/u/<id>?v=4` (tipo **string**)
225+
226+
Debes agregar los datos indicados al final de la lista de perfiles, respetando que campo **id** sea consecutivo respecto del último usuario ya incluido.
227+
228+
Por ejemplo
229+
230+
```bash
231+
{
232+
"id": 3,
233+
"username": "octocat",
234+
"profileUrl": "https://github.com/octocat",
235+
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
236+
}
237+
```
238+
239+
240+
# 8. ✅ Buenas Prácticas
212241

213242
- Texto con coherencia, buena ortografía y ordenada.
214243
- Usar ejemplos, códigos u diagramas para complementar.
215244
- Revisa cómo se muestra tu post en el sitio de forma local antes de la PR.
216245

217246

218-
# 🤔 ¿Consultas?
247+
# 9. 🤔 ¿Consultas?
219248

220249
En caso de cualquier duda, consulta o cualquier inconveniente, puedes escribir a la comunidad de Python Chile en
221250
el servidor oficial de Discord **Python Chile**.
222251

223-
# 💬 Creación de Issue
252+
253+
# 10. 💬 Creación de Issue
224254

225255
Si hay algo relacionado al proyecto, ya sea algún bug, documentación, diseño de sitio, post con contenido erróneo, flujo de trabajo, o cualquier
226256
otra cosa que no sea respecto a crear un post, puedes crear un **issue** en el repositorio **blogpythonchile**, solo debes agregar la información necesaria para que

content/extra/contributors.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
11
[
22
{
3-
"id": 1234567,
4-
"username": "octocat",
5-
"profileUrl": "https://github.com/octocat",
6-
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
7-
},
8-
{
9-
"id": 7654321,
10-
"username": "pythonista",
3+
"id": 8,
4+
"username": "ocho",
115
"profileUrl": "https://github.com/pythonista",
126
"avatarUrl": "https://avatars.githubusercontent.com/u/7654321?v=4"
137
},
148
{
15-
"id": 1234567,
16-
"username": "octocat",
9+
"id": 1,
10+
"username": "uno",
1711
"profileUrl": "https://github.com/octocat",
1812
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
1913
},
2014
{
21-
"id": 7654321,
22-
"username": "pythonista",
15+
"id": 2,
16+
"username": "dos",
2317
"profileUrl": "https://github.com/pythonista",
2418
"avatarUrl": "https://avatars.githubusercontent.com/u/7654321?v=4"
2519
},
2620
{
27-
"id": 1234567,
28-
"username": "octocat",
21+
"id": 3,
22+
"username": "tres",
2923
"profileUrl": "https://github.com/octocat",
3024
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
3125
},
3226
{
33-
"id": 7654321,
34-
"username": "pythonista",
27+
"id": 4,
28+
"username": "cuatro",
3529
"profileUrl": "https://github.com/pythonista",
3630
"avatarUrl": "https://avatars.githubusercontent.com/u/7654321?v=4"
3731
},
3832
{
39-
"id": 1234567,
40-
"username": "octocat",
33+
"id": 5,
34+
"username": "cinco",
4135
"profileUrl": "https://github.com/octocat",
4236
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
4337
},
4438
{
45-
"id": 7654321,
46-
"username": "pythonista",
39+
"id": 6,
40+
"username": "seis",
4741
"profileUrl": "https://github.com/pythonista",
4842
"avatarUrl": "https://avatars.githubusercontent.com/u/7654321?v=4"
43+
},
44+
{
45+
"id": 7,
46+
"username": "siete",
47+
"profileUrl": "https://github.com/octocat",
48+
"avatarUrl": "https://avatars.githubusercontent.com/u/1234567?v=4"
4949
}
5050
]

0 commit comments

Comments
 (0)