Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 871 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (26 loc) · 871 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