Hello and welcome to our development community at Jeff Bezos! We are dedicated to building innovative and collaborative projects, leveraging the power of open source. To ensure an efficient and orderly workflow, we have established some important rules that all members must follow.
-
Main Branch (
main
):
Themain
branch contains production-ready code. All changes here must be stable and fully functional. -
Development Branches (
develop
):
We use adevelop
branch to integrate new features and improvements. This is the branch where most of the work is done before merging intomain
. -
Feature Branches (
feature
):
Each new feature or improvement should be developed in a separate branch. Name itfeature/feature-name
.