diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 1e4625bfaa..8a679db43e 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -150,7 +150,7 @@ To be continued. ### Labels Rules -We use "labels" in the issue tracker to help classify pull requests and issues. Using labels enables maintainers and users to quickly find issues they should look into, either because they experience them, or because it meets their area of expertise. +We use "labels" in the issue tracker to help classify Pull requests and Issues. Using labels enables maintainers and users to quickly find issues they should look into, either because they experience them, or because it meets their area of expertise. If you are unsure what a label is about or which labels you should apply to a PR or issue, look no further! @@ -160,10 +160,10 @@ Issues related: `types`+`contents`+`results` - `Irrelevant`: An irrelevant issue for Next - `Duplicate`: An issue which had been mentioned - `Bug`: A detected bug that needs to be confirmed - - `Improvement Need`: An issue that needs to be improvement + - `Improvement Need`: An issue that needs improvement - `Feature Request`: An issue that wants a new feature - - `High Priority`: A detected bugs or misprints with high priority - - `Low Priority`: A detected bugs or misprints with low priority + - `High Priority`: A detected bug or misprint with high priority + - `Low Priority`: A detected bug or misprint with low priority - `Non English`: Requires the attention of a multi-lingual maintainer - `Discussion`: An issue that needs to be discussed - `Question`: An issue about questions @@ -195,18 +195,18 @@ Issues related: `types`+`contents`+`results` Pull requests related: -- `Breaking Change`: A Pull requests that makes breaking change -- `External Change`: A Pull request that makes update for external change -- `Bug Fix`: A Pull requests that fixes the related bug -- `Docs`: A Pull requests that Instruction document has been added -- `New Feature`: A Pull requests that provides a new feature -- `Feature`: A Pull requests that provides an option or addition to existing feature -- `Improvement`: A Pull requests that improves NexT -- `i18n`: A Pull requests that makes new languages translation -- `Performance`: A Pull requests that improves the performance -- `Discussion`: A Pull requests that needs to be discussed -- `v6.x`: A Pull requests that bug fixes and some improvements, related to old NexT version 6 -- `v7.x`: A Pull requests that bug fixes and some improvements, related to old NexT version 7 +- `Breaking Change`: A pull request that makes breaking change +- `External Change`: A pull request that makes update for external change +- `Bug Fix`: A pull request that fixes the related bug +- `Docs`: A pull request that Instruction document has been added +- `New Feature`: A pull request that provides a new feature +- `Feature`: A pull request that provides an option or addition to existing feature +- `Improvement`: A pull request that improves NexT +- `i18n`: A pull request that makes new languages translation +- `Performance`: A pull request that improves the performance +- `Discussion`: A pull request that needs to be discussed +- `v6.x`: A pull request that bug fixes and some improvements, related to old NexT version 6 +- `v7.x`: A pull request that bug fixes and some improvements, related to old NexT version 7 diff --git a/docs/zh-CN/CONTRIBUTING.md b/docs/zh-CN/CONTRIBUTING.md index 60b4fb3482..40a2b72589 100644 --- a/docs/zh-CN/CONTRIBUTING.md +++ b/docs/zh-CN/CONTRIBUTING.md @@ -146,32 +146,32 @@ ### 标签规范 -为了方便维护人员和用户能够快速找到他们想要查看的问题,我们使用“标签”功能对拉取请求和问题进行分类。 +为了方便维护人员和用户能够快速找到他们想要查看的问题,我们使用“标签”功能对 Pull requests 和 Issues 进行分类。 -如果您不确定某个标签的含义,或者不知道将哪些标签应用于拉取请求或问题,千万别错过这个。 +如果您不确定某个标签的含义,或者不知道将哪些标签应用于 PR 或 issue,千万别错过这个。 Issues 的标签:使用`类型`+`内容`+`结果`的组合 - 类型 - `Irrelevant`: 与 NexT 主题无关的 Issue - - `Duplicate`: 已经存在同样 Issue - - `Bug`: 提出了 Bug,等待确认 - - `Improvement Need`: 需要进行改进的 Issue - - `Feature Request`: 提出了特性需求的 Issue - - `High Priority`: 检测到的高优先级错误或笔误 Issue - - `Low Priority`: 检测到的低优先级错误或笔误 Issue - - `Non English`: 需要多语言维护者注意 Issue - - `Discussion`: 需要讨论的 Issue - - `Question`: 有关咨询的 Issue + - `Duplicate`: 重复提及的 Issue + - `Bug`: 检测到需要进行确认的 Bug + - `Improvement Need`: 需要改进的 Issue + - `Feature Request`: 提出了新功能请求的 Issue + - `High Priority`: 检测到具有高优先级的 Bug 或笔误的 Issue + - `Low Priority`: 检测到具有低优先级的 Bug 或笔误的 Issue + - `Non English`: 需要多语言维护者参与的 Issue + - `Discussion`: 需要进行讨论的 Issue + - `Question`: 提出疑问的 Issue - `Backlog`: 待解决的 Issue - - `Meta`: 表明使用条款变更 Issue + - `Meta`: 表明使用条款变更的 Issue - 内容 - `Roadmap`: 与 NexT 主题发展相关的 Issue - `Hexo`: 与 Hexo 相关的 Issue - - `Scheme [1] - Mist`: 与 Mist 样式相关的 Issue - - `Scheme [2] - Muse`: 与 Muse 样式相关的 Issue - - `Scheme [3] - Pisces`: 与 Pisces 样式相关的 Issue - - `Scheme [4] - Gemini`: 与 Gemini 样式相关的 Issue + - `Scheme [1] - Mist`: 与 Mist 主题相关的 Issue + - `Scheme [2] - Muse`: 与 Muse 主题相关的 Issue + - `Scheme [3] - Pisces`: 与 Pisces 主题相关的 Issue + - `Scheme [4] - Gemini`: 与 Gemini 主题相关的 Issue - `3rd Party Service`: 与第三方服务相关的 Issue - `Docs`: 需要添加文档说明的 Issue - `Configurations`: 与 NexT 主题设置相关的 Issue @@ -180,8 +180,8 @@ Issues 的标签:使用`类型`+`内容`+`结果`的组合 - 结果 - `Wontfix`: 不能或不被修复的 Issue - `Need More Info`: 需要更多信息的 Issue - - `Need Verify`: 需要开发人员或用户确认的 Issue - - `Can't Reproduce`: 不能被重现的 Issue + - `Need Verify`: 需要开发人员或用户确认 Bug 或解决方法的 Issue + - `Can't Reproduce`: 无法复现的 Issue - `Verified`: 已经被确认的 Issue - `Help Wanted`: 需要帮助的 Issue - `Wait for Answer`: 需要开发人员或用户回复的 Issue @@ -193,10 +193,10 @@ Pull requests 的标签: - `Breaking Change`: 产生重大变动的 Pull request - `External Change`: 针对外部变动进行更新的 Pull request -- `Bug Fix`: 修复 Bug 的 Pull request +- `Bug Fix`: 修复相关 Bug 的 Pull request - `Docs`: 添加了文档说明的 Pull request -- `New Feature`: 添加了新特性的 Pull request -- `Feature`: 为已存在的特性添加了选项或功能的 Pull request +- `New Feature`: 添加了新功能的 Pull request +- `Feature`: 为现有功能提供选项或加成的 Pull request - `Improvement`: 改进了 NexT 主题的 Pull request - `i18n`: 更新了翻译的 Pull request - `Performance`: 提高了 NexT 主题性能的 Pull request