docs(commit): add guidelines for commit message formatting#65
Merged
TethysPlex merged 1 commit intolinux-do:masterfrom Jul 6, 2025
OrenZhang:chore_commit
Merged
docs(commit): add guidelines for commit message formatting#65TethysPlex merged 1 commit intolinux-do:masterfrom OrenZhang:chore_commit
TethysPlex merged 1 commit intolinux-do:masterfrom
OrenZhang:chore_commit
Conversation
There was a problem hiding this comment.
Pull Request Overview
本次 PR 新增了 Copilot 提交消息规范文档,明确了提交类型、作用域和忽略项的要求。
- 在
.github/git-commit-instructions.md中添加提交消息格式和 Scope 要求 - 规定忽略 Swagger 文档和版本号变更时的关注点
- 强制 Commit Message 必须包含 Scope 信息
Comments suppressed due to low confidence (1)
.github/git-commit-instructions.md:1
- [nitpick] 该句表述有些冗长且略显拗口,可调整为“当包含其他代码变更时,仅关注代码文件的修改,忽略 Swagger 文档和版本号更新”。
- 如果有其他代码文件,忽略 Swagger 变更和版本号变更,只需要关注其他代码文件的变更
TethysPlex
approved these changes
Jul 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
例行检查
变更内容
增加 Copilot Commit Message 规范