diff --git a/pkg/gui/git_flow.go b/pkg/gui/git_flow.go index ce460edd6..9076ae7f0 100644 --- a/pkg/gui/git_flow.go +++ b/pkg/gui/git_flow.go @@ -76,6 +76,10 @@ func (gui *Gui) handleCreateGitFlowMenu(g *gocui.Gui, v *gocui.View) error { displayString: "start hotfix", onPress: startHandler("hotfix"), }, + { + displayString: "start bugfix", + onPress: startHandler("bugfix"), + }, { displayString: "start release", onPress: startHandler("release"),