An open API service indexing awesome lists of open source software.

https://github.com/walrusjs/commit-workflow

commit workflow
https://github.com/walrusjs/commit-workflow

commit commitlint emoji git

Last synced: 4 months ago
JSON representation

commit workflow

Awesome Lists containing this project

README

          





Gitmoji Commit Workflow


在规范结构化的 Commit 中,添加表情符号,直观又好看。

## ✨ 特性

- 📏 Git Commit 规范结构化
- 👀 Git Commit 语义可视化
- 🔬 严格的格式校验,使用 commitlint 约束 commit 形式

## 表情符号

| 表情符号 | 表情符号 Code | 描述 |
| -------- | ------------------------ | -------------- |
| 🔥 | `:fire:` | 引入新特性 |
| 💄 | `:lipstick:` | 修复 UI BUG |
| 🐛 | `:beetle:` | 修复 BUG |
| 📝 | `:memo:` | 添加或更新文档 |
| 🚧 | `:construction:` | 进行中的工作 |
| 🤖 | `:robot:` | 类型相关操作 |
| 🌐 | `:globe_with_meridians:` | 多语言相关 |
| 🚨 | `:rotating_light:` | 添加警告 |
| 📦 | `:package:` | 打包相关 |

## 参考

- [Commit message 和 Change log 编写指南](http://www.ruanyifeng.com/blog/2016/01/commit_message_change_log.html)
- [gitmoji](https://gitmoji.dev/)