Skip to content

插件贡献方法

liuyuancheng edited this page Mar 1, 2018 · 5 revisions

使用贡献插件

主项目(Kim Voice Assistant)中定义了.gitmodules,将贡献集与项目绑定,在git目录下执行:

$git submodule update contrib  # 更新gitmodule

设备端程序会自动从这个目录加载第三方贡献的插件集。

提交贡献插件

  1. 访问插件仓库:https://github.com/tenstone/kim-voice-assistant-plugins
  2. Fork此项目到自己的账号下
  3. 发起Pull Request请求合并代码

Github Pull Request文字介绍 Github Fork

Clone this wiki locally