mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 20:30:05 +08:00
Doc: fix some typos. (#2621)
This commit is contained in:
parent
e8d39bea00
commit
8974e91873
@ -85,10 +85,10 @@ SpaceVim 建立在下面的公约上:该公约主要包括了函数的命名
|
||||
|
||||
新开 pull request 时,应当标记该 PR 属于以下哪种前缀:
|
||||
|
||||
- `Add:` 添加一新的特性
|
||||
- `Add:` 添加新的特性
|
||||
- `Change:` 修改已有特性的行为
|
||||
- `Fixed:` 修复某些问题
|
||||
- `Remove:` 移除原先支持的某种特性
|
||||
- `Fix:` 修复某些问题
|
||||
- `Remove:` 移除原先支持的某些特性
|
||||
- `Doc:` 更新帮助文档
|
||||
- `Website:` 更新网站内容
|
||||
|
||||
|
@ -89,11 +89,11 @@ SpaceVim is based on conventions, mainly for naming functions, keybindings defin
|
||||
|
||||
Pull request titles should contain one of these prefix:
|
||||
|
||||
- `Add:` Adding a new feature.
|
||||
- `Add:` Adding new features.
|
||||
- `Change:` Change default behaviors or the existing features.
|
||||
- `Fixed:` Fix some bugs.
|
||||
- `Remove:` Remove any existing features.
|
||||
- `Doc:` Update the help file.
|
||||
- `Fix:` Fix some bugs.
|
||||
- `Remove:` Remove some existing features.
|
||||
- `Doc:` Update the help files.
|
||||
- `Website:` Update the content of website.
|
||||
|
||||
Here is an example:
|
||||
|
Loading…
Reference in New Issue
Block a user