Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@zbxue
Copy link
Owner

@zbxue zbxue commented Jul 16, 2018

Before submitting a pull request, please make sure the following is done:

提交 PR 前请确保完成以下内容:

  1. Fork the repository and create your branch from dev.
  2. Follow the contributing guide to setup your develop environment.
  3. If you've added code that should be tested, add tests!
  4. If you've changed APIs, update the documentation.
  5. Ensure the test suite passes (npm test).
  6. Make sure your code lints (npm run lint).
  7. Describe your pull request.

请认真写 PR 的标题,会用于生成 change log。

标题规则

[bug fix / breaking change / new feature] 组件名字:修改内容描述

说明:

  • 前面方括号用来区分 Issue / PR 的 类型:bug fix - 改 bug;breaking change: 不兼容的改动;new feature:新功能
  • 修改内容尽可能言简意赅,总结 PR 的改动或者描述 Issue
  • 描述请用中文
  • 组件名字请用英文,首字母大写

示例:

  • [bug fix] Button: 修改颜色
  • [breaking change] Loading: 删除 static 属性
  • [new feature] Form: 增加 FormSelection 支持
  • [new feature] 新增 Abc 组件

Please remove the above lines when you submit this pull request, also please fill in the changes you've made in this pull request.

提交 PR 前 请把以上内容删除,并填写以下内容。

Fixes #xx(issue number here), remove this line if no related issue.

Changes you made in this pull request:

  • some change
  • another change

maornissan and others added 29 commits May 9, 2022 13:04
* fix(Picker): picker columnsfieldnames responsiveness

* fix(Picker): picker columnsfieldnames responsiveness by computed

Co-authored-by: wenyaoyan <[email protected]>
* feat(@vant/cli): bump husky v8

* chore: fix lint issue
* feat(@vant/cli): support custom script extentions

* fix: extensionsMap
cell英文文档 center 参数 默认值错误修改parameter default value
* chore: compatible with pnpm v7

* chore: fix missing @types/node
chenjiahan and others added 27 commits September 10, 2022 17:13
* types: add types of all theme vars

* types: export all theme vars

* types: add ConfigProviderThemeVars

* fix: repeat key

* docs: add doc
@chenjiahan chenjiahan deleted the branch zbxue:dev September 12, 2022 03:31
@chenjiahan chenjiahan deleted the dev branch September 12, 2022 03:31
Repository owner deleted a comment Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.