From 6913f75f7fe52e84e6b82564300140eae45b909f Mon Sep 17 00:00:00 2001 From: waldo1001 Date: Thu, 11 Nov 2021 14:58:48 +0100 Subject: [PATCH] Small changes --- content/Contributing/Templates/Guidelines/index.md | 2 +- content/Contributing/Templates/Patterns/index.md | 2 +- content/Contributing/Templates/_index.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/Contributing/Templates/Guidelines/index.md b/content/Contributing/Templates/Guidelines/index.md index a4229f71..030b859f 100644 --- a/content/Contributing/Templates/Guidelines/index.md +++ b/content/Contributing/Templates/Guidelines/index.md @@ -4,7 +4,7 @@ weight = 1180 +++ This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). -<_Your name here in italics, plus your company name if you wish_\> +<_Created by (company), Described by (company)_\> ## Abstract diff --git a/content/Contributing/Templates/Patterns/index.md b/content/Contributing/Templates/Patterns/index.md index d5e17d4e..00ac23df 100644 --- a/content/Contributing/Templates/Patterns/index.md +++ b/content/Contributing/Templates/Patterns/index.md @@ -4,7 +4,7 @@ weight = 1180 +++ This is a guideline, some parts are optional (if there's no content, remove the whole paragraph). -<_Your name here in italics, plus your company name if you wish_\> +<_Created by (company), Described by (company)_\> ## Abstract diff --git a/content/Contributing/Templates/_index.md b/content/Contributing/Templates/_index.md index 31639255..3fffa6a4 100644 --- a/content/Contributing/Templates/_index.md +++ b/content/Contributing/Templates/_index.md @@ -9,6 +9,6 @@ weight = 100 We have foreseen some template-files that you can simply copy and use. Look at them as "Patterns for describing patterns" 😉. -We have foreseen a Template for: -* [Guidelines](/content/Contributing/Templates/Guidelines/index.md) -* [Patterns](/content/Contributing/Templates/Patterns/index.md) \ No newline at end of file +We have foreseen a Template: + - for [patterns](/contributing/templates/patterns/) + - for [guidelines](/contributing/templates/guidelines/) \ No newline at end of file