From 303d8fa819479a4d07f1a1990b72785d251b7fae Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Tue, 21 Nov 2023 17:56:00 +1300 Subject: [PATCH] Make version a text input for issue template --- .gitea/issue_template.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml index 70e05cd..a3a5365 100644 --- a/.gitea/issue_template.yaml +++ b/.gitea/issue_template.yaml @@ -12,11 +12,12 @@ body: value: "A bug happened!" validations: required: true - - type: textarea + - type: input id: version attributes: label: Version description: What version of our software are you running? + placeholder: "1.0.0" validations: required: true validations: