SYNC CODE - #64
Closed
Valuebai wants to merge 41 commits into
Closed
Conversation
- 新增 目录,用于存放实际项目开发中的经验总结和案例。 - 将 相关文档从 移动到 目录。 - 更新 以反映新的目录结构。
## 新增内容 ### GitHub Actions 工作流 - ci.yml: Markdown lint、链接检查、项目结构验证 - welcome.yml: 自动欢迎新贡献者 - labeler.yml: PR 自动标签 ### Issue 模板 - prompt_contribution.md: 提示词贡献模板 - documentation.md: 文档改进模板 - config.yml: 模板配置(含社区链接) ### 实战案例 - 02-blog-system.md: 个人博客系统(Next.js + MDX) - 04-cli-tool.md: 命令行工具(Python + Click) - 05-chrome-extension.md: Chrome 扩展(网页笔记助手) ### 编程提示词 - debug-expert.md: 调试专家提示词 - code-review.md: 代码审查提示词 - architecture-design.md: 架构设计提示词 ## 相关 Issues - EnzeD#5 完善 Wiki 文档 - EnzeD#6 添加更多实战案例 - EnzeD#7 扩充提示词库 - EnzeD#8 激活社区讨论
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.
name: Pull Request
about: 提交您的贡献
title: "[类型]: 描述"
labels: ''
assignees: ''
请描述本次 PR 的类型
例如:
本次 PR 解决了什么问题或增加了什么功能?
请清晰简洁地描述本次 Pull Request 的目的和具体改动。
相关 Issue
请关联本次 PR 解决或关联的 Issue (例如:
Closes #123,Fixes #456,Related to #789)。测试步骤
请描述如何测试本次改动。例如:
git checkout <branch-name>npm install(如果依赖有变动)npm test或yarn test...检查列表
请在提交 PR 前确保以下事项已完成: