From 1b73522628cb1fdf50ae4fcdd1e1b5ff2aeb364b Mon Sep 17 00:00:00 2001 From: M Lau <63963445+tofuuudon@users.noreply.github.com> Date: Wed, 20 Nov 2024 15:31:06 +0000 Subject: [PATCH] fix(generic): add descriptions --- generic/template.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/generic/template.yaml b/generic/template.yaml index d45cbb1..18c8bf3 100644 --- a/generic/template.yaml +++ b/generic/template.yaml @@ -13,12 +13,15 @@ spec: name: title: Name type: string + description: This will be the name of the repository. description: title: Description type: string + description: Some information to outline what this repository is. entity_type: title: Type type: string + description: A 'Component' belongs to a 'System' being an API, website, script, job, etc. default: Component enum: - System @@ -47,6 +50,7 @@ spec: input: allowMergeCommit: false allowRebaseMerge: false + description: ${{ parameters.description }} defaultBranch: main deleteBranchOnMerge: true hasWiki: false