You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: bump markdownlint-cli2 from 0.18.1 to 0.20.0 (#867)
* chore: bump markdownlint-cli2 from 0.18.1 to 0.20.0
* docs: fix the issues detected by markdownlint scanning
---------
Co-authored-by: Shuxin Pan <psxjoy@apache.org>
Copy file name to clipboardExpand all lines: website/community/contribution/commit-format.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,9 +22,9 @@ title: 'Commit Format Specification'
22
22
23
23
All improvements can be implemented through Pull Request (PR). Before submitting a Pull Request, please familiarise yourself with the following guidelines:
24
24
25
-
###Commit Rules
25
+
## Commit Rules
26
26
27
-
####Commit Message
27
+
### Commit Message
28
28
29
29
Please ensure that commit messages are clear and descriptive, use **English**, and do not exceed 100 characters.
30
30
@@ -46,7 +46,7 @@ Avoid using vague commit messages like:
46
46
47
47
For assistance, refer to [How to Write a Git Commit Message](http://chris.beams.io/posts/git-commit/).
48
48
49
-
####Commit Content
49
+
### Commit Content
50
50
51
51
Each commit should contain complete and reviewable changes, ensuring:
52
52
@@ -60,6 +60,6 @@ git config --get user.name
60
60
git config --get user.email
61
61
```
62
62
63
-
###PR Description
63
+
## PR Description
64
64
65
65
To help reviewers quickly understand the content and purpose of the PR, use the [pull_request_template](https://github.com/apache/fesod/blob/main/.github/pull_request_template.md). A detailed description greatly improves code review efficiency.
Copy file name to clipboardExpand all lines: website/community/release/verify-release.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ title: 'How to Verify Release'
22
22
23
23
For a detailed checklist, please refer to the official [Incubator Release Checklist](https://cwiki.apache.org/confluence/display/INCUBATOR/Incubator+Release+Checklist).
24
24
25
-
###1. Download the Release Candidate
25
+
## 1. Download the Release Candidate
26
26
27
27
> **Prerequisite:** Ensure you have `gpg` or `gpg2` installed.
0 commit comments