From f53bd6080bb0237ac39471b669bc30b58f770de9 Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Thu, 11 Jul 2024 22:44:31 -0700 Subject: [PATCH] repo: gitea: template: update `version` command --- .gitea/ISSUE_TEMPLATE/bug.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/ISSUE_TEMPLATE/bug.yaml b/.gitea/ISSUE_TEMPLATE/bug.yaml index fcdbb29..e4ffc08 100644 --- a/.gitea/ISSUE_TEMPLATE/bug.yaml +++ b/.gitea/ISSUE_TEMPLATE/bug.yaml @@ -29,8 +29,8 @@ body: - type: textarea id: version_output attributes: - label: "Output of your client (host) `docker-finance version` command" - placeholder: "$ docker-finance version" + label: "Output of client (host) `version` command" + placeholder: "$ docker-finance version type=all" render: shell validations: required: true