Git and GitHub for Docfiy
Branches and pull requests
Use branches for in-progress work and PRs for review.
Create a branch per feature or doc fix. Open a PR when ready for review. Preview deployments (when configured) let stakeholders read changes before merge.
- Branch naming: docs/feature-name or docs/fix-typo
- Small PRs ship faster and review easier
- Link PRs to product issues when possible