From 5714fcf44b6f178ac2787ac9199dc13bc7a09e2c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 17 Apr 2026 10:26:22 +0200 Subject: [PATCH 1/2] Refine comments --- templates/yadr-template-full.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/templates/yadr-template-full.yaml b/templates/yadr-template-full.yaml index e58e7c5..d0b67c1 100644 --- a/templates/yadr-template-full.yaml +++ b/templates/yadr-template-full.yaml @@ -40,14 +40,15 @@ pros-and-cons-of-the-options: pros: - &argument-a '{argument a}' - '{argument b}' - # use "neutral" if the given argument weights neither for good nor bad. + # use "neutral" if the given argument weights neither for good nor bad. neutral: - &argument-c '{argument c}' cons: - &argument-d '{argument d}' - # numbers of pros and cons can vary + + # numbers of arguments may vary id-of-option-2: # same structure as id-of-option-1 @@ -57,14 +58,12 @@ pros-and-cons-of-the-options: pros: - &argument-a '{argument a}' - '{argument b}' - # use "neutral" if the given argument weights neither for good nor bad. - + neutral: - &argument-c '{argument c}' cons: - &argument-d '{argument d}' - # numbers of pros and cons can vary decision-outcome: From be07f009c96019c2c5d623d9a5d4fb7d9f0f536c Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 18 May 2026 09:35:45 +0200 Subject: [PATCH 2/2] Remove spaces --- templates/yadr-template-full.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/yadr-template-full.yaml b/templates/yadr-template-full.yaml index d0b67c1..34f1c0f 100644 --- a/templates/yadr-template-full.yaml +++ b/templates/yadr-template-full.yaml @@ -58,7 +58,7 @@ pros-and-cons-of-the-options: pros: - &argument-a '{argument a}' - '{argument b}' - + neutral: - &argument-c '{argument c}'