Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 687 Bytes

File metadata and controls

executable file
·
15 lines (11 loc) · 687 Bytes

HUUI

vue ui

Pull requests 规范

All pull requests are welcome. Thanks for taking the time to contribute.

  • Create an issue about the features, such as new components.
  • Fork the repo to your own account.
  • Clone your fork.
  • Create a new branch base on dev, if you want to add new component, the branch name should be formatted as component-[Component Name]. (e.g. component-steps) And the commit info should be formatted as [Component Name]: Info about commit.
  • Make sure that running npm run prepublish outputs the correct files.
  • Rebase before creating a PR to keep commit history clear. (Merge request to branch dev)
  • Provide some description about your PR.