Skip to content

sunshine824/openlayer-vue

Repository files navigation

commit 提交规范

commit 信息一般由两个部分: typesubject 组成,结构如下:

// type 指提交的类型
// subject 指提交的摘要信息
// 如:refactor: 代码重构
<type>: <subject>
  • feat: 添加新功能。
  • fix: 修复 Bug。
  • chore: 一些不影响功能的更改。
  • docs: 专指文档的修改。
  • perf: 性能方面的优化。
  • refactor: 代码重构。
  • test: 添加一些测试代码等等。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published