Please enable JavaScript in your browser!
首页
探索
帮助
注册
登录
seimin
/
zuel-itsm-3.0.2
关注
1
点赞
0
派生
0
文件
工单管理
0
合并请求
0
Wiki
目录树:
55b3368751
分支列表
标签列表
cd-pc-handle
cd-pc-repair
cd-wx-handle
cd-wx-index
cd-wx-repair
cd-wx-service
hn-pc-handle
hn-pc-repair
hn-wx-handle
hn-wx-index
hn-wx-repair
hn-wx-service
master
pc-anyTime-handle
pc-handle
pc-repair
report-daping
wx-anyTime
wx-handle
wx-index
wx-repair
wx-service
xy-pc-handle
xy-pc-repair
xy-wx-handle
xy-wx-index
xy-wx-repair
xy-wx-service
wx-service-v1.0.0
wx-repair-v1.0.0
wx-index-v1.0.0
wx-handle-v1.0.0
pc-repair-v1.0.0
pc-handle-v1.0.0
zuel-itsm-3....
/
bower_components
/
angular-morph
/
CONTRIBUTING.md
CONTRIBUTING.md
589 B
文件历史
原始文件
Contributing
Overview
Fork ngMorph
Create a feature branch, namespaced by:
bug/...
feat/...
test/...
doc/...
refactor/...
Make commits to your feature branch. Prefix each commit like so:
(feat) Added a new feature
(fix) Fixed inconsistent tests [Fixes
#0
]
(refactor) ...
(cleanup) ...
(test) ...
(doc) ...
Make a pull request with your changes directly to master. Include a description of your changes.
Wait for one of the reviewers to look at your code and either merge it or give feedback.
Style Guide (Coming Soon)