Skip to content

Commit b4fabe4

Browse files
authored
more notes
1 parent 48c7881 commit b4fabe4

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

roles/generate-jenkins/templates/DOCUMENTATION.j2-CUSTOM

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{%- set markdown="mkdocs" -%}
2+
{% from 'common_macros.j2' import noter with context %}
23
---
34
title: {{ project_name }}
45
---

roles/generate-jenkins/templates/ISSUE_TEMPLATE.feature.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{%- set markdown="gfm" -%}
2+
{% from 'common_macros.j2' import noter with context %}
23
# Based on the issue template
34
name: Feature request
45
description: Suggest an idea for this project

roles/generate-jenkins/templates/PULL_REQUEST_TEMPLATE.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{%- set markdown="gfm" -%}
2+
{% from 'common_macros.j2' import noter with context %}
23
{% if project_deprecation_status %}
34
{% include "README_SNIPPETS/DEPRECATION.j2" | trim %}
45

roles/generate-jenkins/templates/README.j2-CUSTOM

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{%- set markdown="gfm" -%}
2+
{% from 'common_macros.j2' import noter with context %}
23
{% include "README_SNIPPETS/DO_NOT_EDIT.j2" | trim %}
34

45
{% if project_deprecation_status %}

roles/generate-jenkins/templates/lite.j2-CUSTOM

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{%- set markdown="gfm" -%}
2+
{% from 'common_macros.j2' import noter with context %}
23
{% if project_deprecation_status %}
34
{% include "README_SNIPPETS/DEPRECATION.j2" | trim %}
45

0 commit comments

Comments
 (0)