Appwrite — создание pull request в нужную ветку
engineering
pr-workflow is a Claude Code skill that describes the pull request conventions for the Appwrite project, where active development targets versioned branches like `1.8.x` or `1.9.x` rather than `main`. It explains how to identify the correct base branch using `git branch --show-current` and demonstrates the right command — `gh pr create --base 1.8.x` — while explicitly warning against targeting `main`. The skill covers branch naming conventions: version branches (`X.Y.x`) are for day-to-day development, while `main` is reserved for release management only. Essential for Appwrite contributors who want to follow the project's branching standards and avoid misdirected pull requests from the start.
- #appwrite
- #git-workflow
- #pull-request
- #version-branch
- #collaboration