Branching and Version Control: Difference between revisions

From LuxCoreRender Wiki
Jump to navigation Jump to search
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..."
 
No edit summary
Line 1: Line 1:
The purpose of this document is to define the rules for branching strategy for LuxCoreRender repositories.
The purpose of this document is to define the rules for branching strategy for LuxCoreRender repositories.


Status: PROPOSAL
<b>Status: PROPOSAL</b>


## Preliminary considerations
A few considerations should be kept in mind:
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 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
- 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.
- Our needs vary depending on whether we are in feature development phases or release and stabilization phases.

Revision as of 07:52, 30 August 2026

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

Status: PROPOSAL

    1. Preliminary considerations

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.