Skip to content

Commit e89fac5

Browse files
committed
Added some new Label Rules.
1 parent 3f932da commit e89fac5

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,14 @@ Issues related: `types`+`contents`+`results`
134134
- `Irrelevant`: An irrelevant issue for Next
135135
- `Duplicate`: An issue which had been mentioned
136136
- `Bug`: A detected bug that needs to be confirmed
137+
- `Feature Request`: An issue that wants a new feature
138+
- `High Priority`: A detected bugs or misprints with high priority
139+
- `Low Priority`: A detected bugs or misprints with low priority
140+
- `Non English`: Requires the attention of a multi-lingual maintainer
137141
- `Discussion`: An issue that needs to be discussed
138142
- `Question`: An issue about questions
139-
- `Feature Request`: An issue that wants a new feature
140143
- `Backlog`: An issue that is to be completed and later compensated
144+
- `Meta`: Denoting a change of usage conditions
141145
- By contents
142146
- `Roadmap`: An issue about future development
143147
- `Hexo`: An issue related to Hexo
@@ -154,10 +158,10 @@ Issues related: `types`+`contents`+`results`
154158
- By results
155159
- `Wontfix`: An issue that will not to be fixed
156160
- `Need More Info`: Need more information for solving the issue
157-
- `Need Confirm`: Need confirmation from the developers or user about the bug or solution
161+
- `Need Verify`: Need confirmation from the developers or user about the bug or solution
158162
- `Can't Reproduce`: An issue that can’t be reproduced
159163
- `Verified`: An issue that has been verified
160-
- `Help wanted`: An issue that needs help
164+
- `Help Wanted`: An issue that needs help
161165
- `Wait for Answer`: An issue that needs to be answered by the developers or user
162166
- `Resolved Maybe`: An issue that has been resolved maybe
163167
- `Solved`: An issue that has been solved
@@ -175,6 +179,8 @@ Pull requests related:
175179
- `i18n`: A Pull requests that makes new languages translation
176180
- `Performance`: A Pull requests that improves the performance
177181
- `Discussion`: A Pull requests that needs to be discussed
182+
- `v6.x`: A Pull requests that bugfixes and some optimizations related to old NexT version 6
183+
- `v7.x`: A Pull requests that bugfixes and some optimizations, related to old NexT version 7
178184
179185
### Commit Messages Rules
180186

docs/zh-CN/CONTRIBUTING.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,14 @@ Issues 的标签:使用`类型`+`内容`+`结果`的组合
137137
- `Irrelevant`: 与主题 Next 无关的 Issue
138138
- `Duplicate`: 已经存在同样 Issue
139139
- `Bug`: 提出了 Bug,等待确认
140+
- `Feature Request`: 提出了特性需求的 Issue
141+
- `High Priority`: 检测到的高优先级错误或笔误 Issue
142+
- `Low Priority`: 检测到的低优先级错误或笔误 Issue
143+
- `Non English`: 需要多语言维护者注意 Issue
140144
- `Discussion`: 需要讨论的 Issue
141145
- `Question`: 有关咨询的 Issue
142-
- `Feature Request`: 提出了特性需求的 Issue
143146
- `Backlog`: 待解决的 Issue
147+
- `Meta`: 表明使用条款变更 Issue
144148
- 内容
145149
- `Roadmap`: 与主题 Next 发展相关的 Issue
146150
- `Hexo`: 与 Hexo 相关的 Issue
@@ -157,10 +161,10 @@ Issues 的标签:使用`类型`+`内容`+`结果`的组合
157161
- 结果
158162
- `Wontfix`: 不能或不被修复的 Issue
159163
- `Need More Info`: 需要更多信息的 Issue
160-
- `Need Confirm`: 需要开发人员或用户确认的 Issue
164+
- `Need Verify`: 需要开发人员或用户确认的 Issue
161165
- `Can't Reproduce`: 不能被重现的 Issue
162166
- `Verified`: 已经被确认的 Issue
163-
- `Help wanted`: 需要帮助的 Issue
167+
- `Help Wanted`: 需要帮助的 Issue
164168
- `Wait for Answer`: 需要开发人员或用户回复的 Issue
165169
- `Resolved Maybe`: 可能已经解决的 Issue
166170
- `Solved`: 已经解决的 Issue
@@ -178,8 +182,9 @@ Pull requests 的标签:
178182
- `i18n`: 更新了翻译的 Pull request
179183
- `Performance`: 提高了主题 Next 性能的 Pull request
180184
- `Discussion`: 需要进行讨论的 Pull request
185+
- `v6.x`: NexT v6.x 旧版相关的修复和优化类型 Pull request
186+
- `v7.x`: NexT v7.x 旧版相关的修复和优化类型 Pull request
181187
182-
<a name="commit-messages-rules"></a>
183188
### 提交信息规范
184189
185190
我们对项目的 git 提交信息格式进行统一格式约定,每条提交信息由 `type`+`subject` 组成,这将提升项目日志的可读性。

0 commit comments

Comments
 (0)