Skip to content

Commit d1b854b

Browse files
fix: close break line tag
1 parent 30cbe07 commit d1b854b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/en/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ For most changes, it is recommended to create an issue to discuss your proposals
3434
- After pushing your commits to GitHub, ensure your branch can be automatically merged (no merge conflicts). If not, on your computer, merge the main branch into your branch, resolve any merge conflicts, ensure everything still works correctly and passes all tests, and then push those changes.
3535
- Once the change has been approved and merged, we will notify you in a comment.
3636

37-
</br>
37+
<br>
3838

3939
```mermaid
4040
graph LR
@@ -123,7 +123,7 @@ When a commit or tag contains a cryptographically verifiable GPG signature, it w
123123
| No | Partially verified | The commit was signed and the signature was successfully verified, but the commit has an author who: a) is not the committer and b) enabled vigilant mode. In this case, the commit signature does not guarantee the author's consent. Therefore, the commit is only partially verified. |
124124
| No | Not verified | Any of the following is true: <br> – The commit was signed, but the signature could not be verified. <br> – The commit was not signed, and the user who made it enabled vigilant mode. <br> – The commit was not signed, and an author enabled vigilant mode. |
125125
| No | No verification status | The commit was not signed. |
126-
</br>
126+
<br>
127127

128128
>**IMPORTANT:** Only Pull Requests with all commits signed and marked as "Verified" will be accepted. See how to configure Git to sign commits automatically in [Signing commits](../../tutorials/pt-BR/signing-commits.md).
129129

docs/es/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Para la mayoría de los cambios, se recomienda crear un problema para discutir t
3434
- Después de enviar tus commits a GitHub, asegúrate de que tu rama pueda fusionarse automáticamente (sin conflictos de fusión). Si no, en tu computadora, fusiona la rama principal en tu rama, resuelve cualquier conflicto de fusión, asegúrate de que todo siga funcionando correctamente y pase todas las pruebas, y luego envía esos cambios.
3535
- Una vez que el cambio haya sido aprobado y fusionado, te notificaremos en un comentario.
3636

37-
</br>
37+
<br>
3838

3939
```mermaid
4040
graph LR
@@ -123,7 +123,7 @@ Cuando un commit o etiqueta contiene una firma GPG criptográficamente verificab
123123
| No | Parcialmente verificado| El commit fue firmado y la firma se verificó con éxito, pero el commit tiene un autor que: a) no es el autor del commit y b) habilitó el modo vigilante. En este caso, la firma del commit no garantiza el consentimiento del autor. Por lo tanto, el commit solo está parcialmente verificado. |
124124
| No | No verificado | Cualquiera de las siguientes es verdadera: <br> – El commit fue firmado, pero la firma no pudo ser verificada. <br> – El commit no fue firmado, y el usuario que lo hizo habilitó el modo vigilante. <br> – El commit no fue firmado, y un autor habilitó el modo vigilante. |
125125
| No | Sin estado de verificación | El commit no fue firmado. |
126-
</br>
126+
<br>
127127

128128
>**IMPORTANTE:** Solo se aceptarán Pull Requests con todos los commits firmados y marcados como "Verificado". Vea cómo configurar Git para firmar commits automáticamente en [Firmando commits](../../tutorials/pt-BR/signing-commits.md).
129129

docs/pt-BR/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Quando um commit ou uma tag contém uma assinatura GPG que possa ser verificada
126126
| Não | Parcialmente verificado | O commit foi assinado e a assinatura foi verificada com sucesso, mas o commit tem um autor que: a) não é o committer e b) habilitou o modo vigilante. Neste caso, a assinatura de commit não garante o consentimento do autor. Portanto o commit é verificado apenas parcialmente. |
127127
| Não | Não verificado | Qualquer uma das seguintes opções é verdadeira: <br> – O commit foi assinado, mas não foi possível verificar a assinatura. <br> – O commit não foi assinado, e o usuário que o fez habilitou o modo vigilante. <br> – O commit não foi assinado, e um autor habilitou o modo vigilante. |
128128
| Não | Sem status de verificação | O commit não foi assinado. |
129-
</br>
129+
<br>
130130

131131
>**IMPORTANTE:** Serão aceitos apenas Pull Requests com todos os commits assinados e marcados como "Verificado". Veja como configurar o Git para assinar commits automaticamente em [Assinando commits](../../tutorials/pt-BR/signing-commits.md).
132132

0 commit comments

Comments
 (0)