Branching and Version Control

From LuxCoreRender Wiki
Revision as of 07:51, 30 August 2026 by Howetuft (talk | contribs) (Created page with "The purpose of this document is to define the rules for branching strategy for LuxCoreRender repositories. Status: PROPOSAL A few considerations should be kept in mind: - We shouldn’t reinvent the wheel. There are enough de facto standards (https://dev.to/karmpatel/git-branching-strategies-a-comprehensive-guide-24kh) - We are a very small team. System adapted to large teams may not be relevant for us - Our needs vary depending on whether we are in feature development...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The purpose of this document is to define the rules for branching strategy for LuxCoreRender repositories.

Status: PROPOSAL

A few considerations should be kept in mind: - We shouldn’t reinvent the wheel. There are enough de facto standards (https://dev.to/karmpatel/git-branching-strategies-a-comprehensive-guide-24kh) - We are a very small team. System adapted to large teams may not be relevant for us - Our needs vary depending on whether we are in feature development phases or release and stabilization phases.