1 Star 0 Fork 46

闲敲键盘 / rubick

forked from muwoo / rubick 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 1.18 KB
一键复制 编辑 原始数据 按行查看 历史
muwoo 提交于 2021-09-22 18:04 . docs: update README.md

Contributing to Rubick

Set up

Install dev deps after git clone the repo.

$ npm install
$ npm run rebuild
$ npm run dev

Build

Transform with babel and webpack.

# macos
$ npm run build

# other system
$ npm run build_win

Docs

# add doc
$ cd docs
$ npm i
$ npm run docs:dev

Pull requests

Working on your first Pull Request? You can learn how from this free series How to Contribute to an Open Source Project on GitHub

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 build_win 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.
JavaScript
1
https://gitee.com/fjxpzh/rubick.git
git@gitee.com:fjxpzh/rubick.git
fjxpzh
rubick
rubick
master

搜索帮助