7 Star 51 Fork 10

DevUI / ng-devui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.md 893 Bytes
一键复制 编辑 原始数据 按行查看 历史

DevUI Contribution Guide

Issue Standard

  • The issue is only used to submit bugs, features or design-related contents. Other irrelevant contents may be closed directly.
  • Please make sure to search for relevant issues before you make one.

Pull Request Standard

  • Please fork this repository to your account, and create a new branch for change.

    git checkout -b my-fix-branch master
  • Commit information please follow angular rules.

  • Please rebase before submit a PR, make sure the commit logs are clean.

    git rebase master -i
    git push -f
  • Describe clearly in PR whether to submit bug or issue.

Developing

# fork && git clone
...
# dev
npm i 
npm start

Coding Standard

Follow TSLint constraints

JavaScript
1
https://gitee.com/devui/ng-devui.git
git@gitee.com:devui/ng-devui.git
devui
ng-devui
ng-devui
master

搜索帮助