vibe-coding-cn/libs/external/prompts-library/CONTRIBUTING.md

19 lines
890 B
Markdown

# 为本项目做贡献
感谢您对本项目的兴趣!我们欢迎任何形式的贡献。
## 如何贡献
- **报告 Bug**:如果您在运行中发现任何错误,请通过 [Issues](https://github.com/tukuaiai/prompt-library/issues) 页面提交您的问题。请尽可能详细地描述问题和复现步骤。
- **功能建议**:如果您有任何关于新功能或改进的建议,也请通过 [Issues](https://github.com/tukuaiai/prompt-library/issues) 页面告诉我们。
## 提交更改 (Pull Request)
如果您想直接贡献代码:
1. Fork 本仓库。
2. 创建一个新的分支 (`git checkout -b feature/YourAmazingFeature`)。
3. 进行您的修改。
4. 提交您的更改 (`git commit -m 'feat: Add some AmazingFeature'`)。
5. 将分支推送到您的 Fork (`git push origin feature/YourAmazingFeature`)。
6. 创建一个新的 Pull Request。