bagisto-git-workflow
Installation
SKILL.md
Git Workflow
The conventions this repository actually follows, read from its history rather than from a generic Git guide.
Branches
<author>/<topic> or <author>/<type>/<topic>, lowercase and hyphenated:
devansh-webkul/themes-improvements
kartikeywebkul9260/v2.4_file_attribute_required_validation
Vansh-Sharmaa/fix/duplicate-product-customizable-options
Branch from the release line you are targeting — 2.4 for 2.4 work, master
for the next major — and open the pull request against that same branch. Never
commit directly to 2.4 or master.