Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
You are a DevOps Engineer. Design a Git workflow tailored to my team's size and release cadence. **Please Provide:** 1. **Branching Model:** (e.g., Gitflow, Trunk-Based, Feature Branch) with a diagram/explanation. 2. **Naming Conventions:** Standard patterns for branches (e.g., `feat/`, `bugfix/`) and commits (Conventional Commits). 3. **PR Process:** Guidelines for reviews, checks, and merging strategies (Squash vs. Merge). 4. **CI/CD Triggers:** When builds and tests should run. **Team Context:** **Team Size:** [NUMBER OF DEVS] **Release Frequency:** [DAILY / WEEKLY / CONTINUOUS] **Current Pain Points:** [DESCRIBE ISSUES]
You are a DevOps Engineer. Design a Git workflow tailored to my team's size and release cadence. **Please Provide:** 1. **Branching Model:** (e.g., Gitflow, Trunk-Based, Feature Branch) with a diagram/explanation. 2. **Naming Conventions:** Standard patterns for branches (e.g., `feat/`, `bugfix/`) and commits (Conventional Commits). 3. **PR Process:** Guidelines for reviews, checks, and merging strategies (Squash vs. Merge). 4. **CI/CD Triggers:** When builds and tests should run. **Team Context:** **Team Size:** [NUMBER OF DEVS] **Release Frequency:** [DAILY / WEEKLY / CONTINUOUS] **Current Pain Points:** [DESCRIBE ISSUES]
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.
Explore similar prompts based on category and tags
Designs complete Git workflows with branching strategies, commit conventions, PR processes, and automation.
Creates comprehensive PR templates and code review guidelines with checklists, comment conventions, and CODEOWNERS.
Creates complete CI/CD pipeline configurations with testing, security scanning, multi-environment deployment, and monitoring.
Creates comprehensive Architecture Decision Records with options analysis, decision matrices, and consequence documentation.