54 Star 606 Fork 102

GVPvarlet / varlet-ui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CHECKLIST.md 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
beadre 提交于 2024-03-30 14:56 . docs: update checklist

feat

  • 确保完成与特性相关的单元测试并且所有单元测试文件都通过。

  • 确保与该特性相关的文档已更新。

  • 确保与该特性相关的组件示例已更新。

  • 确保文档格式和拼写是正确的。

  • 确保文档和组件示例之间存在对应关系。

  • 确保类型声明文件是正确的(props 和 styleVars)。

  • 如果添加了新组件,请确保完成 VSCode 插件的组件配置。

  • Make sure that feature-related unit tests are done and that all unit test files pass.

  • Make sure that the documentation related to the feature is also updated.

  • Make sure that the component example related to the feature is also updated.

  • Make sure the documentation is formatted and typo correctly.

  • Make sure there is a corresponding relationship between the document and the component example.

  • Make sure the type declaration file is correct(props and styleVars).

  • Make sure to complete the component configuration of the VSCode extension, if you add a new component.

fix

  • 确保完成与修复相关的单元测试并且所有单元测试文件都通过。

  • 确保与修复相关的文档也已更新。

  • 确保与修复相关的组件示例也已更新。

  • 确保文档格式和拼写是正确的。

  • 确保类型声明文件是正确的(props 和 styleVars)。

  • Make sure that fix-related unit tests are done and that all unit test files pass.

  • Make sure that the documentation related to the fix is also updated.

  • Make sure that the component example related to the fix is also updated.

  • Make sure the documentation is formatted and typo correctly.

  • Make sure the type declaration file is correct(props and styleVars).

refactor

  • 确保完成与重构相关的单元测试并且所有单元测试文件都通过。

  • 确保与重构相关的文档也已更新。

  • 确保与重构相关的组件示例也已更新。

  • 确保文档格式和拼写是正确的。

  • 确保文档和组件示例之间存在对应关系.

  • 确保类型声明文件是正确的(props 和 styleVars)。

  • Make sure that refactor-related unit tests are done and that all unit test files pass.

  • Make sure that the documentation related to the refactor is also updated.

  • Make sure that the component example related to the refactor is also updated.

  • Make sure the documentation is formatted and typo correctly.

  • Make sure there is a corresponding relationship between the document and the component example.

  • Make sure the type declaration file is correct(props and styleVars).

docs

  • 确保文档格式和拼写是正确的。

  • 确保文档和组件示例之间存在对应关系.

  • Make sure the documentation is formatted and typo correctly.

  • Make sure there is a corresponding relationship between the document and the component example.

build

  • 确保 pnpm-lock.yaml 文件更新。

  • Make sure the pnpm-lock.yaml file is updated.

1
https://gitee.com/varlet/varlet-ui.git
git@gitee.com:varlet/varlet-ui.git
varlet
varlet-ui
varlet-ui
dev

搜索帮助