mirror of
https://github.com/tradecatlabs/vibe-coding-cn.git
synced 2026-08-17 04:48:06 +00:00
feat: Add CI workflows, issue templates, examples, and prompts
This commit is contained in:
@@ -1,38 +1,49 @@
|
||||
---
|
||||
name: 提示词贡献
|
||||
about: 分享一个有用的提示词
|
||||
title: "[Prompt]: "
|
||||
labels: prompts, contribution
|
||||
assignees: ''
|
||||
name: "💡 贡献新的提示词 (Prompt)"
|
||||
description: "分享一个您认为有价值的编程或 AI 相关的提示词。"
|
||||
title: "prompt: "
|
||||
labels: ["prompt", "enhancement"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
非常感谢您愿意分享您的宝贵提示词!一个好的提示词能极大地提升我们的工作效率。
|
||||
|
||||
---
|
||||
- type: input
|
||||
id: prompt-name
|
||||
attributes:
|
||||
label: "提示词名称"
|
||||
description: "给您的提示词起一个简洁明了的名称。"
|
||||
placeholder: "例如:代码调试专家 (Debug Expert)"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
**提示词名称**
|
||||
给这个提示词起一个简洁的名字。
|
||||
- type: textarea
|
||||
id: prompt-content
|
||||
attributes:
|
||||
label: "提示词内容"
|
||||
description: "请在此处粘贴您的完整提示词内容。请使用 Markdown 代码块进行格式化。"
|
||||
render: "markdown"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
**提示词分类**
|
||||
- [ ] 系统提示词 (system_prompts)
|
||||
- [ ] 编程提示词 (coding_prompts)
|
||||
- [ ] 用户提示词 (user_prompts)
|
||||
- [ ] 辅助提示词 (assistant_prompts)
|
||||
- [ ] 元提示词 (meta_prompts)
|
||||
- type: textarea
|
||||
id: use-case
|
||||
attributes:
|
||||
label: "使用场景和说明"
|
||||
description: "请描述这个提示词主要用于解决什么问题?它的效果如何?如果有任何使用的注意事项,也请一并说明。"
|
||||
validations:
|
||||
required: true
|
||||
|
||||
**提示词内容**
|
||||
```
|
||||
在这里粘贴你的提示词内容
|
||||
```
|
||||
|
||||
**使用场景**
|
||||
描述这个提示词适用于什么场景。
|
||||
|
||||
**效果示例**
|
||||
如果可能,提供使用这个提示词的效果示例或截图。
|
||||
|
||||
**适用模型**
|
||||
- [ ] Claude
|
||||
- [ ] GPT
|
||||
- [ ] Gemini
|
||||
- [ ] 其他: ___
|
||||
|
||||
**附加说明**
|
||||
任何其他需要说明的内容。
|
||||
- type: checkboxes
|
||||
id: checklist
|
||||
attributes:
|
||||
label: "确认清单"
|
||||
description: "在提交前,请确认以下事项。"
|
||||
options:
|
||||
- label: "我确认这个提示词是我原创或有权分享的。"
|
||||
required: true
|
||||
- label: "我已经在本地测试过这个提示词,并确认其有效性。"
|
||||
required: true
|
||||
- label: "我同意将这个提示词以项目所使用的 [MIT License](LICENSE) 授权给社区。"
|
||||
required: true
|
||||
Reference in New Issue
Block a user