mirror of
https://github.com/hiloteam/Hilo.git
synced 2025-12-08 20:35:59 +00:00
760 B
760 B
We appreciate you submit code to help perfect Hilo. And there are conventions to obey before you commit changes.
Develop Pull Request
-
Send pull request to the
devbranch -
Only accepted committing source code(but not build code)
-
Run
gulp test, make sure all tests passed -
Format of the commit message
<type>: <subject>Seven types are allowed when committing. This describes the kind of change that this commit is providing.
- feat (feature)
- fix (bug fix)
- docs (documentation)
- style (formatting, missing semi colons, …)
- refactor
- test (when adding missing tests)
- chore (maintain)
etc:
fix: view.js WebGLRender bug docs: update README.md