Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/roles/github/templates/PULL_REQUEST_TEMPLATE.md.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- set markdown="gfm" -%}
{{- noter -}}
{% from 'common_macros.j2' import noter with context %}
{% if project_deprecation_status %}
{% include "deprecation.md.j2" | trim %}

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/github/templates/issue.bug.yml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- set markdown="gfm" -%}
{{- noter -}}
{% from 'common_macros.j2' import noter with context %}
# Based on the issue template
name: Bug report
description: Create a report to help us improve
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/github/templates/issue.feature.yml.j2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{%- set markdown="gfm" -%}
{{- noter -}}
{% from 'common_macros.j2' import noter with context %}
# Based on the issue template
name: Feature request
description: Suggest an idea for this project
Expand Down