mirror of
https://github.com/sipeed/picoclaw.git
synced 2026-06-12 18:08:54 +00:00
docs: fix Conventional Commits links in CONTRIBUTING files (#2494)
- CONTRIBUTING.md: change link from zh-hans to en locale - CONTRIBUTING.zh.md: fix NBSP causing surrounding text to be absorbed into the link - Both files now use proper markdown link syntax
This commit is contained in:
+1
-1
@@ -108,7 +108,7 @@ Use descriptive branch names, e.g. `fix/telegram-timeout`, `feat/ollama-provider
|
|||||||
- Reference the related issue when relevant: `Fix session leak (#123)`.
|
- Reference the related issue when relevant: `Fix session leak (#123)`.
|
||||||
- Keep commits focused. One logical change per commit is preferred.
|
- Keep commits focused. One logical change per commit is preferred.
|
||||||
- For minor cleanups or typo fixes, squash them into a single commit before opening a PR.
|
- For minor cleanups or typo fixes, squash them into a single commit before opening a PR.
|
||||||
- Refer to https://www.conventionalcommits.org/zh-hans/v1.0.0/
|
- Refer to [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)
|
||||||
|
|
||||||
### Keeping Up to Date
|
### Keeping Up to Date
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -108,7 +108,7 @@ git checkout -b 你的功能分支名
|
|||||||
- 有关联 Issue 时请引用:`Fix session leak (#123)`。
|
- 有关联 Issue 时请引用:`Fix session leak (#123)`。
|
||||||
- 保持 commit 专注,每个 commit 只做一件事。
|
- 保持 commit 专注,每个 commit 只做一件事。
|
||||||
- 对于小的清理或拼写修正,提 PR 前请将其合并为一个 commit。
|
- 对于小的清理或拼写修正,提 PR 前请将其合并为一个 commit。
|
||||||
- 按照 https://www.conventionalcommits.org/zh-hans/v1.0.0/ 规范来撰写
|
- 按照 [Conventional Commits](https://www.conventionalcommits.org/zh-hans/v1.0.0/) 规范来撰写
|
||||||
|
|
||||||
### 保持与上游同步
|
### 保持与上游同步
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user