Please enable JavaScript in your browser!
홈
탐색
도움말
가입하기
로그인
seimin
/
itsm-pc-handle
Watch
1
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
9ac80d33a0
브랜치
태그
master
itsm-pc-handle
/
bower_components
/
angular-morph
/
CONTRIBUTING.md
CONTRIBUTING.md
589 B
히스토리
Raw
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)