Realiza chequeos (como el estilo del código) antes de emerger un Pull Request
Performs pre-merge checks (such as code style) on a pull request.
Encontrarás que es más fácil de dividir [Fork] -staging y luego solicitar una validación [Pull Request] (github hace ambas cosas muy fácil), antes que solicitar permisos de escritura en -staging.
You may find it is easier to fork -staging and then post a pull request (github makes both of these things easy), rather than asking for push rights to -staging.
De hecho, puedes poner como objetivo otro Pull Request.
In fact, you can even target another Pull Request.
Cómo se ven las referencias cruzadas en el Pull Request.
Cross references rendered in a Pull Request.
Un gran Pull Request a menudo incluirá pruebas.
A great Pull Request will often include tests.
Abre tu Pull Request para hacer merge.
Open your Pull Request to be merged.
Notificación por correo de nuevo Pull Request.
Email notification of a new Pull Request.
Al enviar tu Pull Request, hay una plantilla simple que debes completar.
When submitting your Pull Request, there is a simple template that you have to fill out.
Observa que también puedes abrir un Pull Request entre dos ramas del mismo repositorio.
It's important to note that you can also open a Pull Request between two branches in the same repository.
Mientras trabajas en tu Pull Request probablemente querrás verificar si tus cambios no están rompiendo ninguna característica existente.
While working on your Pull Request you will likely want to check if your changes are not breaking any existing feature.
Si los tests no pasan en tu Pull Request, no podrás hacer merge hasta que hayas resuelto el problema.
If the tests do not pass on your Pull Request, you will be unable to merge until you have fixed the problem.
Cuando haces esto, el Pull Request se actualiza automáticamente y se re-chequea para ver si es posible un fusionado automático o no.
Once you do that, the Pull Request will be automatically updated and re-checked to see if it merges cleanly.
Si lo deseas, puedes crear y cambiar a una rama y luego ejecutar el comando para fusionar los cambios del Pull Request.
If you wish, you can create and switch to a topic branch and then run this command to merge in the Pull Request changes.