From e9f28855a246f132aac3575eb484c5219abac3e2 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Mon, 20 Apr 2020 18:20:10 +1000 Subject: add bugfix git flow option --- pkg/gui/git_flow.go | 4 ++++ 1 file changed, 4 insertions(+) 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"), -- cgit v1.2.3