Method: Committer::CommitGenerator#template

Defined in:
lib/committer/commit_generator.rb

#templateObject



23
24
25
26
27
28
29
# File 'lib/committer/commit_generator.rb', line 23

def template
  if @commit_context.nil? || @commit_context.empty?
    Committer::PromptTemplates.build_prompt_summary_only
  else
    Committer::PromptTemplates.build_prompt_summary_and_body
  end
end