-
-
Notifications
You must be signed in to change notification settings - Fork 75
4. Contributes
Dempsey edited this page May 9, 2024
·
3 revisions
This project exists thanks to all the people who contribute.
- If you want to contribute, you can Raise an issue Or submit a Pull Request.
Pull Request:
- The procedure for submitting a
pull request
is as follows
- Fork cesium_dev_kit
- Clone a new repository made with forking.
- Create your own branch:
git checkout -b feat/xxxx
- Install modules with npm or yarn command.
- Let's develop!
- Submit your changes:
git commit -am 'feat(function): add xxxxx'
- Push your branch:
git push origin feat/xxxx
- Make a new
pull request
in cesium_dev_kit repository.
-
feat
New features -
fix
Fix bugs -
docs
document -
style
Format and style (changes that do not affect code operation) -
refactor
Refactor -
perf
Optimize related, such as improving performance and experience -
test
Add test -
build
Compilation related modifications, changes to project construction or dependencies -
ci
Continuous integration modification -
chore
Changes in the construction process or auxiliary tools -
revert
Rollback to previous version -
workflow
Workflow improvement -
mod
Uncertain modification classification -
wip
Under development -
types
type
Welcome interested friends to join together to improve the function, so that the work is more efficient, the development is simpler, and the life is more comfortable.