Skip to content

Commit

Permalink
Agregar imágenes sobre la creación de un PR
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel0ar committed Oct 21, 2023
1 parent 125407b commit 5b86383
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added images/guias/colaborar/PR.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/guias/colaborar/notice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion pages/guias/colaborar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,15 @@ Una vez que hayas hechos todos los cambios necesarios, súbelos a tu fork
Dirígete a la `página del proyecto <https://github.com/PythonEcuador/PythonEcuador.github.io>`_
y verás un mensaje sugiriéndote hacer un pull request (PR).

.. image:: /images/guias/colaborar/notice.png
:align: center

En la descripción del PR describe brevemente los cambios que hiciste, no olvidar poner ``Close #n``, donde ``n`` es el número del issue que estás resolviendo.
Luego haces clic en ``Create pull request``.

.. image:: /images/guias/colaborar/PR.png
:align: center

Espera a que un miembro de la comunidad revise tu PR,
si son necesarios más cambios, los puedes hacer en la misma rama
Expand All @@ -332,7 +340,7 @@ y repetir el proceso de agregar más commits.
git add archivo-editado.rst
git commit -m "Más cambios"
Una vez que ya los tengas listos, vuelve a subirlos
Una vez que ya los tengas listos, vuelve a subirlos. Se agregarán al PR creado.

.. code:: bash
Expand Down

0 comments on commit 5b86383

Please sign in to comment.