Here are
236 public repositories
matching this topic...
The commitizen command line utility. #BlackLivesMatter
Updated
Dec 25, 2021
JavaScript
🔥 call app from h5(H5唤起客户端 )
Updated
Jul 9, 2021
TypeScript
Updated
Dec 10, 2021
JavaScript
A pure angular clipboard directive
Updated
Dec 13, 2021
TypeScript
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
List of conventional commit types with emoji 🎉
Updated
Aug 27, 2017
JavaScript
Visual Studio Code Commitizen Support
Updated
Dec 27, 2021
TypeScript
💬 Git add, commit, push with Conventional Commits and Gitmoji.
Updated
Dec 24, 2021
TypeScript
✔️ ❌ commitlint-jira checks if your commit messages meet the Jira conventional commit format.
Updated
Nov 26, 2021
TypeScript
Updated
Aug 23, 2021
JavaScript
基于Lerna管理packages的Monorepo项目最佳实践
Updated
Oct 2, 2021
JavaScript
Boilerplate to kickstart creating an npm package using TypeScript
Updated
Sep 17, 2021
TypeScript
🎓 Tutorial completo e em português para devs iniciantes de como usar o Bash e o Git.
PHP Commitizen - A CLI tool used to create commits according to Conventional Commits specification
🍭 Boilerplate for ES6+ Node.js and npm Developer
Updated
Mar 7, 2017
JavaScript
Updated
Aug 27, 2021
TypeScript
✨ A commitizen emoji adapter.
Updated
Aug 11, 2021
JavaScript
Commit semantics is a git aliases installation script to follow a fix format for commits
Updated
Oct 15, 2018
Shell
📖 飞鸿的部落阁 Record what you have learned and technology
Updated
Dec 22, 2021
HTML
Plugin for Commitizen that uses commitLint configuration
Updated
Oct 15, 2021
TypeScript
🔬 😜 Commitizen adapter for gitmoji.
Updated
Sep 7, 2017
JavaScript
📑 Compact specification git commit tool, it has a variety of practical small functions. (Inspired by git-cz on Node.js)
Updated
Dec 17, 2021
Rust
Simple commit message wizard and validator; works with commitizen and pre-git
Updated
Dec 27, 2021
JavaScript
⚙️ commitlint sharable configuration, automatically converts/merges your cz-customizable (commitizen) config.
Updated
Dec 26, 2021
JavaScript
Updated
Oct 12, 2020
JavaScript
Tutorial de uso básico do git com sugestão de padrão de commit e fluxo de trabalho.
🤘 My bootstrap template to use in react
Improve this page
Add a description, image, and links to the
commitizen
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
commitizen
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
Description
A config option to include an additional question at the end of
cz commit
that displays the DCO and asks if the committer agrees to the DCO and, if yes, appends the lineSigned-off-by: [NAME] <[EMAIL]>
at the end of the commit message.[NAME]
and[EMAIL]
would be pulled from git config.Possible Solutions