-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 requestis 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 requestin cesium_dev_kit repository.
-
featNew features -
fixFix bugs -
docsdocument -
styleFormat and style (changes that do not affect code operation) -
refactorRefactor -
perfOptimize related, such as improving performance and experience -
testAdd test -
buildCompilation related modifications, changes to project construction or dependencies -
ciContinuous integration modification -
choreChanges in the construction process or auxiliary tools -
revertRollback to previous version -
workflowWorkflow improvement -
modUncertain modification classification -
wipUnder development -
typestype
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.