Class: Gitlab::Template::MergeRequestTemplate
Instance Attribute Summary
Attributes inherited from BaseTemplate
#category
Class Method Summary
collapse
#<=>, all, by_category, categories, category_directory, #content, dropdown_names, find, #full_name, #initialize, #name, #resolve!, #to_json
Class Method Details
.base_dir ⇒ Object
11
12
13
|
# File 'lib/gitlab/template/merge_request_template.rb', line 11
def base_dir
'.gitlab/merge_request_templates/'
end
|
.extension ⇒ Object
7
8
9
|
# File 'lib/gitlab/template/merge_request_template.rb', line 7
def extension
'.md'
end
|
.finder(project) ⇒ Object