@choiceform/os-client-core

choiceform survey client core

Usage no npm install needed!

<script type="module">
  import choiceformOsClientCore from 'https://cdn.skypack.dev/@choiceform/os-client-core';
</script>

README

os-client-core

这是巧思调研平台的调研客户端的核心程序包,

具体的使用文档请查看核心包文档

Git commit message 约定

格式如下,具体例子可以使用 git log 看看。

[类型]: [简短描述]

[详细描述,可选]

类型如下:

  • feat: 新功能
  • fix: 修补 bug
  • docs: 文档
  • style: 代码格式
  • refactor: 重构,即不是新增功能,也不是修改 bug 的代码变动
  • test: 测试
  • chore: 构建过程或辅助工具的变动

注意:本仓库配置了一些提交前检查,如果遇到提交失败,请注意看其提示信息。