We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5962c4d + a78cc81 commit fa1839eCopy full SHA for fa1839e
ansible/roles/github/templates/PULL_REQUEST_TEMPLATE.md.j2
@@ -1,5 +1,5 @@
1
{%- set markdown="gfm" -%}
2
-{{- noter -}}
+{% from 'common_macros.j2' import noter with context %}
3
{% if project_deprecation_status %}
4
{% include "deprecation.md.j2" | trim %}
5
ansible/roles/github/templates/issue.bug.yml.j2
# Based on the issue template
name: Bug report
description: Create a report to help us improve
ansible/roles/github/templates/issue.feature.yml.j2
name: Feature request
description: Suggest an idea for this project
0 commit comments