在进行项目协作时,合理使用 Git 平台的 Pull Request 与 Issue 标签 (Label),能大幅提升管理效率和协作体验。本文整理了一些主流标签及其说明、所属分类及颜色,供参考和查询。
标签名称 | 说明 | 分类 | 颜色 |
---|---|---|---|
| 功能异常或出现错误 / Something isn't working | Categories |
|
| 更新依赖文件相关的 PR / Updates dependency file | Categories |
|
| 新功能或需求请求 / New feature or request | Categories |
|
| 文档更新或改进 / Documentation updates | Categories |
|
| 需要进一步的信息 / Further information needed | Categories |
|
| 一般任务或待办事项 / Task or to-do item | Categories |
|
| 代码重构或清理 / Code refactoring | Type of Work |
|
| UI / UX 或设计相关更改 / UI / UX or design change | Scope |
|
| 需要额外关注或帮助 / Extra attention needed | Community |
|
| 社区讨论 / Community discussion | Community |
|
| 已存在相同问题 / Duplicate issue or PR | Community |
|
| 测试相关 / Testing or test improvements | Type of Work |
|
| 因冲突无法合并 / Cannot be merged | Status |
|
| 可合并 / Ready to be merged | Status |
|
| 高优先级 / High priority | Priority |
|
| 中优先级 / Medium priority | Priority |
|
| 低优先级 / Low priority | Priority |
|
| 正在处理 / In progress | Status |
|
| 阻塞 / Blocked due to issue | Status |
|
| 等待评审 / Ready for review | Status |
|
| 需要反馈 / Needs feedback | Status |
|
| 性能优化 / Performance optimization | Type of Work |
|
| 安全相关 / Security vulnerabilities | Type of Work |
|
| 适合新手 / Good for beginners | Difficulty |
|
| 中等复杂度 / Moderate complexity | Difficulty |
|
| 高复杂度 / Hard or challenging | Difficulty |
|
| 前端相关 / Frontend development | Scope |
|
| 后端相关 / Backend development | Scope |
|
| API 相关 / API-related work | Scope |
|
| 不予修复 / Won't be fixed | Community |
|
| 无效问题 / Not valid or actionable | Community |
|
| 不兼容变更 / Breaking change | Release |
|
| 紧急修复 / Hotfix for critical issue | Release |
|
| 可发布 / Ready for release | Release |
|
priority: high
、priority: medium
、priority: low
,有助于团队任务流转和资源分配。in progress
、blocked
、ready for review
,可结合自动化流程同步进度。enhancement
+ frontend
/ backend
+ ready for review
bug
+ hotfix
+ priority: high
security
+ backend
help wanted
+ discussion
版权声明
本文为原创文章,作者保留版权。转载请保留本文完整内容,并以超链接形式注明作者及原文出处。
作者: 除除
原文: https://blog.mazey.net/5662.html
(完)
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。
原创声明:本文系作者授权腾讯云开发者社区发表,未经许可,不得转载。
如有侵权,请联系 cloudcommunity@tencent.com 删除。