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