IdeaVim git workflow conventions covering commits, branches, PRs, and CI. Use when creating commits, managing branches, creating pull requests, reviewing git history, or any git-related activity in the IdeaVim project.
VIM-XXXX/short-description (e.g., VIM-3948/editor)Standard format:
VIM-XXXX Description of the change
VIM-3948 Traverse vertical panes in ConfigurableEditorAuto-closing format (moves YouTrack ticket to "Ready To Release"):
fix(VIM-XXXX): Description of the fix
Content rules:
master./gradlew test -x :tests:property-tests:test -x :tests:long-running-tests:test)VIM-XXXX