Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 483 Bytes

File metadata and controls

15 lines (12 loc) · 483 Bytes

Contributing to SolarSim

Branching

  • Default branch: main
  • Create short-lived feature branches from main.

Pull requests

  • Include scope, assumptions, and simulation validation notes.
  • Document parameter or formula changes with expected effects.
  • Ensure CI passes before merge.

Quality baseline

  • Keep README and WARP guidance up to date.
  • Do not commit large generated outputs unless required and justified.
  • Prefer reproducible scripts for report generation.