cesium/Documentation/Contributors
Jeshurun Hembd 08f28d46a5
Merge pull request #11348 from CesiumGS/playwright
Add Automated Screenshot (E2E) Tests with Playwright
2023-07-10 11:11:38 -05:00
..
BuildGuide Update BuildGuide 2023-07-03 10:48:46 -04:00
CLAs Remove google drive link 2022-07-14 15:47:27 -04:00
CodeReviewGuide Fix lik to documentation guide 2023-03-26 17:04:08 +02:00
CodingGuide Update Coding Guide with note about deprecations 2023-02-01 09:29:47 -05:00
CommittersGuide master -> main 2021-07-16 19:01:30 -04:00
DocumentationGuide Change type in docs 2023-02-16 01:29:19 +08: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 Fix typos in READMEs 2023-03-22 17:45:56 -04:00
PresentersGuide Update markdowncli 2022-12-16 09:44:47 -05:00
ReleaseGuide Don't run tests in parallel 2023-06-16 13:42:25 -04:00
TestingGuide Ignore snapshots 2023-06-14 14:25:50 -04:00
VSCodeGuide Adds markdownlint 2022-05-31 09:50:32 -04:00
README.md Remove link to WebStorm guide 2023-03-26 16:55:29 +02: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.