Skip to content

Commit fa1839e

Browse files
authored
Merge pull request #331 from linuxserver/dep-fx
2 parents 5962c4d + a78cc81 commit fa1839e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ansible/roles/github/templates/PULL_REQUEST_TEMPLATE.md.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- set markdown="gfm" -%}
2-
{{- noter -}}
2+
{% from 'common_macros.j2' import noter with context %}
33
{% if project_deprecation_status %}
44
{% include "deprecation.md.j2" | trim %}
55

ansible/roles/github/templates/issue.bug.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- set markdown="gfm" -%}
2-
{{- noter -}}
2+
{% from 'common_macros.j2' import noter with context %}
33
# Based on the issue template
44
name: Bug report
55
description: Create a report to help us improve

ansible/roles/github/templates/issue.feature.yml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{%- set markdown="gfm" -%}
2-
{{- noter -}}
2+
{% from 'common_macros.j2' import noter with context %}
33
# Based on the issue template
44
name: Feature request
55
description: Suggest an idea for this project

0 commit comments

Comments
 (0)