VoiceDialogue / docs /contributing.md
liumaolin
Update contributing guide to replace Issues link with Discussions link
6d80696

贡献指南

我们非常欢迎社区的贡献!

贡献流程

  1. Fork 本仓库
  2. 创建特性分支 (git checkout -b feature/AmazingFeature)
  3. 提交更改 (git commit -m 'Add some AmazingFeature')
  4. 推送到分支 (git push origin feature/AmazingFeature)
  5. 开启 Pull Request

开发规范

  • 请确保你的代码遵循项目现有的风格。
  • 添加或修改功能时,请更新相关的文档。
  • 提交前请确保所有测试都能通过。

问题反馈

如果你发现了 Bug 或者有功能建议,欢迎通过 Issues 提交。