mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2024-11-15 02:45:15 +01:00
docs: improve example
This commit is contained in:
parent
e4d829036e
commit
118d24b0ca
@ -80,14 +80,16 @@ feat(lang): add polish language
|
||||
|
||||
### Commit message with multi-paragraph body and multiple footers
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Specification
|
||||
|
@ -79,14 +79,16 @@ feat(lang): add polish language
|
||||
|
||||
### Commit-Nachricht mit mehreren Absätzen und Fußzeilen
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Spezifikation
|
||||
|
@ -81,14 +81,16 @@ feat(lang): add polish language
|
||||
|
||||
### Message du commit avec plusieurs paragraphes et plusieurs pieds de page
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Spécification
|
||||
|
@ -79,14 +79,16 @@ feat(lang): add polish language
|
||||
|
||||
### Pesan komit dengan badan multi-paragraf dan multi-footer
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Spesifikasi
|
||||
|
@ -99,14 +99,16 @@ feat(lang): add polish language
|
||||
### 複数段落からなる本文と複数のフッターを持ったコミットメッセージ
|
||||
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## 仕様
|
||||
|
@ -76,14 +76,16 @@ feat(lang): add polish language
|
||||
|
||||
### 다중-단락 본문과 다수의 꼬리말을 가진 커밋 메세지
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## 규격
|
||||
|
@ -81,14 +81,16 @@ feat(lang): add polish language
|
||||
|
||||
### Commit message with multi-paragraph body and multiple footers
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Specification
|
||||
|
@ -92,14 +92,16 @@ feat(lang): add polish language
|
||||
|
||||
### Сообщение коммита с _телом_ из нескольких абзацев и несколькими _сносками_
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Спецификация
|
||||
|
@ -80,14 +80,16 @@ feat(lang): add polish language
|
||||
|
||||
### ข้อความ commit ที่มีเนื้อหาหลายย่อหน้า และมีข้อความลงท้ายหลายข้อความ
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## ข้อกำหนด
|
||||
|
@ -82,14 +82,16 @@ feat(lang): add polish language
|
||||
|
||||
### Коміт повідомлення з тілом з кількома абзацами і додатками
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## Специфікація
|
||||
|
@ -92,14 +92,16 @@ feat(lang): add polish language
|
||||
|
||||
### 包含多行正文和多行脚注的提交说明
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## 约定式提交规范
|
||||
|
@ -86,14 +86,16 @@ feat(lang): add polish language
|
||||
|
||||
### 正文有多段落以及有多個頁腳的提交說明
|
||||
```
|
||||
fix: correct minor typos in code
|
||||
fix: prevent racing of requests
|
||||
|
||||
see the issue for details
|
||||
Introduce a request id and a reference to latest request. Dismiss
|
||||
incoming responses other than from latest request.
|
||||
|
||||
on typos fixed.
|
||||
Remove timeouts which were used to mitigate the racing issue but are
|
||||
obsolete now.
|
||||
|
||||
Reviewed-by: Z
|
||||
Refs #133
|
||||
Refs: #123
|
||||
```
|
||||
|
||||
## 規範
|
||||
|
Loading…
Reference in New Issue
Block a user