styles

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 22, 2020 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildConventionalCommitMsg

func BuildConventionalCommitMsg(cci ConventionalCommitsInformation, pair []input.TeamMember, summary string, explanation string) string

BuildConventionalCommitMsg returns a string which is the whole commit message. Parameters are all previously asked for information like pair, Scope, summary and explanation.

func BuildStoryStyleCommitMsg

func BuildStoryStyleCommitMsg(cci JIRAStoryInformation, pair []input.TeamMember, summary string, explanation string) string

BuildStoryStyleCommitMsg returns a string which is the whole commit message. Parameters are all previously asked for information like pair, Scope, summary and explanation.

Types

type ConventionalCommitsInformation

type ConventionalCommitsInformation struct {
	Scope string
	// contains filtered or unexported fields
}

func GatherConventionalCommitInformation

func GatherConventionalCommitInformation(state input.State) ConventionalCommitsInformation

type JIRAStoryInformation

type JIRAStoryInformation struct {
	Story string
}

func GatherStoryStyleInformation

func GatherStoryStyleInformation(state input.State) JIRAStoryInformation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL