Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 636 Bytes

CONTRIBUTING.md

File metadata and controls

9 lines (8 loc) · 636 Bytes

WorkFlow

Welcome to WorkFlow.md. This document provides instructions on how development is done for the OS, including guidelines for issue formatting, branch naming conventions, and more.

Branching

  • Main Branch: The main branch contains stable, production-ready code. All major releases are tagged here.
  • Development Branch: The develop branch is used for integrating features before they are merged into main.
  • Feature Branches: Each new feature should be developed in its own branch, named feature/[feature-name].
  • Bugfix Branches: For fixing bugs, create a branch named bugfix/[issue-number].