cesium/Documentation/Contributors
jjspace edceb42f3a
update changes.md
2025-11-03 16:01:54 -05:00
..
BuildGuide small doc link change 2025-10-27 14:14:10 -04:00
CLAs Remove google drive link 2022-07-14 15:47:27 -04:00
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 master -> main 2021-07-16 19:01:30 -04:00
ContinuousIntegration Add Contributor doc for prereleases, reorganize some existing content for clarity 2025-07-21 12:07:03 -04:00
DocumentationGuide fix: replaced defaultValue with ?? 2025-03-11 22:58:00 +01:00
DracoModuleManagement Adds markdownlint 2022-05-31 09:50:32 -04:00
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 update changes.md 2025-11-03 16:01:54 -05:00
TestingGuide Adds compound launch config for easier test debugging 2025-07-08 16:32:49 -04:00
VSCodeGuide Adds compound launch config for easier test debugging 2025-07-08 16:32:49 -04:00
README.md Add Contributor doc for prereleases, reorganize some existing content for clarity 2025-07-21 12:07:03 -04: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.
  • Continuous Integration Guide - How we use GitHub Actions for continuous integration (CI) and continuous deployment (CD).
  • 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.
    • Release Schedule - The upcoming monthly release schedule and the developer responsible for managing each release
    • Prelease Guide - If and how to publish a prerelease version ahead of the typical monthly release