- 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.
-
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
orissue
.
# fork && git clone
...
# dev
npm i
npm start
Follow TSLint constraints