-
when using `github` storage mode, it would be great to be able to customize the commit messages.
i think these are currently set [here](https://github.com/Thinkmill/keystatic/blob/main/packages/key…
-
When you commit a change, VSCode warns you if there are unsaved files. When this happens, you then have to **retype** the commit message.
It would be therefore be much more useful if it w…
-
设置中只有Commit Message Style
-
Kind of like how it works in GitHub where you can references an issue # (or maybe short hash, but a number would be easier to remember) in a commit message and that reference displays a link/reference…
-
The current style of merging PRs makes all parts of the GH PR template enter the git log, including parts hidden in GH UI (``).
In general, commit messages are not given much attention (except from t…
dg0yt updated
5 months ago
-
I propose we establish some guidelines about the git commits, so that we maintain readability of the history and are able to review changes more efficiently.
Specifically, I propose the following g…
-
We currently have a release process that includes some manual steps for naming and creating commit messages for the version. [Commitizen](https://commitizen-tools.github.io/commitizen/) could help us …
-
():
type用于说明 commit 的类别,只允许使用下面7个标识。
feat:新功能(feature)
fix:修补bug
docs:文档(documentation)
style: 格式(不影响代码运行的变动)
refactor:重构(即不是新增功能,也不是修改bug的代码变动)
test:增加测试
chore:构建过程或辅助工具的变动
scope用于说明 commit…
-
# Summary
ArgoCD should support multi-line commit messages. Currently only the first line is shown on the UI (and also using the API).
# Motivation
Change Management Teams are interested in …
-
Recently, I've run into this error when trying to create a commit message (`c c`).
```
Loading "original-fs" failed
Error: Cannot find module 'original-fs'
Require stack:
- /home/mdboom/.vscode…