From 738b260d32cf90ca19731d86367a6774df1c283d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 12 Aug 2022 13:06:57 +0200 Subject: [PATCH] Update donate.yaml Signed-off-by: Kjeld Schouten-Lebbing --- templates/questions/donate.yaml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/templates/questions/donate.yaml b/templates/questions/donate.yaml index 8b137891791..982d3614773 100644 --- a/templates/questions/donate.yaml +++ b/templates/questions/donate.yaml @@ -1 +1,25 @@ - + - variable: docs + group: Documentation + label: 'Please read the documentation at https://truecharts.org' + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDocs + label: 'I have checked the documentation' + schema: + type: boolean + default: true + - variable: donate + group: Documentation + label: 'Please consider supporting TrueCharts, see: https://truecharts.org/docs/about/sponsor' + schema: + additional_attrs: true + type: dict + attrs: + - variable: confirmDonate + label: 'I have considered supporting the project' + schema: + type: boolean + default: true +