-
issue 仅用于提交 Bug 或 Feature 以及设计相关的内容,其它内容可能会被直接关闭。
-
在提交 issue 之前,请搜索相关内容是否已被提出。
-
请先 fork 一份到自己的项目下,新建一个分支用于变更。
git checkout -b my-fix-branch master
-
commit 信息请遵循 angular rules。
-
提交 PR 前请先进行 rebase,确保 commit 记录的整洁。
git rebase master -i git push -f
-
如果是修复
bug
或者issues
,请在 PR 中描述清楚。
# fork && git clone
...
# dev
npm i
npm start
遵循 TSLint