Please enable JavaScript in your browser!
首頁
探索
說明
註冊
登入
seimin
/
itsm-pc-handle
關註
1
讚好
0
複刻
0
檔案
問題管理
0
合併請求
0
Wiki
目錄樹:
09c8452de4
分支列表
標籤列表
master
itsm-pc-handle
/
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)