Make version a text input for issue template

This commit is contained in:
Brandon Presley 2023-11-21 17:56:00 +13:00
parent e20d07bcf8
commit 303d8fa819
1 changed files with 2 additions and 1 deletions

View File

@ -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: