Introduction

This document outlines updated best practices and methodologies for managing GIT merge requests, staging, and integration environments at Cantilever Development Agency, emphasizing a workflow where all work begins from the main branch, utilizes develop for staging in absence of automatic preview builds, and merges features directly into main for production deployment.

GIT Merge Requests (MRs)

1. Branching Strategy

2. Commit Messages

3. Review Process

Staging Environment

1. Utilizing the develop Branch for Staging

2. Deployment Process