Skip to content

4. Contributes

Dempsey edited this page May 9, 2024 · 3 revisions

How to contribute

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
  1. Fork cesium_dev_kit
  2. Clone a new repository made with forking.
  3. Create your own branch: git checkout -b feat/xxxx
  4. Install modules with npm or yarn command.
  5. Let's develop!
  6. Submit your changes: git commit -am 'feat(function): add xxxxx'
  7. Push your branch: git push origin feat/xxxx
  8. Make a new pull request in cesium_dev_kit repository.

Git Contribution submission specification

  • 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.

Clone this wiki locally