cesium/Documentation/Contributors
ggetz 90418557d8 Minimum node version in the build guide 2025-06-02 08:53:44 -04:00
..
BuildGuide Minimum node version in the build guide 2025-06-02 08:53:44 -04:00
CLAs
CodeReviewGuide Update markdownlint-cli, make links conform to descriptive-link-text rule 2025-05-31 10:28:16 -04:00
CodingGuide Update markdownlint-cli, make links conform to descriptive-link-text rule 2025-05-31 10:28:16 -04:00
CommittersGuide
DocumentationGuide fix: replaced defaultValue with ?? 2025-03-11 22:58:00 +01:00
DracoModuleManagement
MobileGuide Update Documentation/Contributors/MobileGuide/README.md 2022-08-17 12:22:41 -04:00
PerformanceTestingGuide run prettier v3 2024-09-20 11:24:24 -04:00
PresentersGuide Update markdowncli 2022-12-16 09:44:47 -05:00
ReleaseGuide Updates for 1.128 release 2025-04-01 14:55:16 -04:00
TestingGuide add documentation about testing errors 2024-12-09 16:08:55 -05:00
VSCodeGuide add a mention in the docs 2024-11-15 15:23:42 -05:00
README.md Add link to release guide 2024-02-05 08:59:06 -05:00

README.md

Contributor Guides

  • CONTRIBUTING.md - Start here. How to find something to work on, submit issues, and open pull requests.
  • Build Guide - How to build and run CesiumJS locally.
  • IDEs - use any IDE you want for CesiumJS development. Most contributors use WebStorm (commercial) or VSCode (open source).
  • Coding Guide - JavaScript and GLSL coding conventions and best practices for design, maintainability, and performance.
  • Testing Guide - How to run the CesiumJS tests and write awesome tests.
  • Performance Testing Guide - Best practices for measuring runtime performance.
  • Documentation Guide - How to write great reference documentation.
  • Code Review Guide - Best practices for reviewing code in pull requests.
  • Presenter's Guide - Tips for giving talks.
  • Committer's Guide - What to do with commit access to the main CesiumJS repo.
  • Release Guide - How to ship a CesiumJS release.