docs(guide): 添加仓库开发指南文档#120
Merged
Merged
Conversation
- 创建了项目结构和模块组织说明 - 添加了构建测试和开发命令指南 - 定义了代码风格和命名约定规范 - 提供了测试指南和最佳实践 - 包含了提交和拉取请求准则 - 记录了解决方案文件和目录布局说明
审阅者指南添加一个新的仓库指导文档 文件级变更
提示与命令与 Sourcery 交互
自定义你的体验访问你的 控制面板 以:
获取帮助Original review guide in EnglishReviewer's GuideAdds a new AGENTS.md repository guidelines document that documents the .NET solution layout, standard build/test/dev commands, coding and naming conventions, testing practices, and commit/PR guidelines for contributors. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| C# | Mar 20, 2026 12:24a.m. | Review ↗ | |
| Secrets | Mar 20, 2026 12:24a.m. | Review ↗ |
There was a problem hiding this comment.
Hey - 我发现了 1 个问题
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="AGENTS.md" line_range="39" />
<code_context>
+
+## Commit & Pull Request Guidelines
+
+Recent history follows Conventional Commit style such as `feat(events): ...`, `refactor(localization): ...`,
+`docs(guide): ...`, and `test(localization): ...`. Keep commits scoped and imperative. PRs should explain the
+motivation, implementation, and validation commands run; link related issues; and include screenshots when docs, UI, or
</code_context>
<issue_to_address>
**nitpick (typo):** 建议使用更规范的名称 "Conventional Commits",而不是 "Conventional Commit"。
由于这里指的是 Conventional Commits 规范,建议表述为 "Conventional Commits style",例如:"Recent history follows Conventional Commits style such as ..."。
```suggestion
Recent history follows Conventional Commits style such as `feat(events): ...`, `refactor(localization): ...`,
```
</issue_to_address>帮我变得更有用!请在每条评论上点 👍 或 👎,我会根据你的反馈改进后续的评审。
Original comment in English
Hey - I've found 1 issue
Prompt for AI Agents
Please address the comments from this code review:
## Individual Comments
### Comment 1
<location path="AGENTS.md" line_range="39" />
<code_context>
+
+## Commit & Pull Request Guidelines
+
+Recent history follows Conventional Commit style such as `feat(events): ...`, `refactor(localization): ...`,
+`docs(guide): ...`, and `test(localization): ...`. Keep commits scoped and imperative. PRs should explain the
+motivation, implementation, and validation commands run; link related issues; and include screenshots when docs, UI, or
</code_context>
<issue_to_address>
**nitpick (typo):** Consider using the standard name "Conventional Commits" instead of "Conventional Commit".
Since this refers to the Conventional Commits specification, consider phrasing it as "Conventional Commits style," e.g., "Recent history follows Conventional Commits style such as ..."
```suggestion
Recent history follows Conventional Commits style such as `feat(events): ...`, `refactor(localization): ...`,
```
</issue_to_address>Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
- 修复了 "Conventional Commit" 到 "Conventional Commits" 的拼写 - 确保文档中使用的术语与业界标准保持一致
This was referenced May 10, 2026
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.
Summary by Sourcery
添加一份面向贡献者的仓库指南文档,描述项目结构和开发工作流。
文档内容:
Original summary in English
Summary by Sourcery
Add a contributor-facing repository guidelines document describing project layout and development workflows.
Documentation: