From 68d43f122c846023df4014ff63edc05ed6f374e1 Mon Sep 17 00:00:00 2001 From: advplyr <67830747+advplyr@users.noreply.github.com> Date: Sat, 29 Jan 2022 11:28:46 -0600 Subject: [PATCH] Update bug.yaml --- .github/ISSUE_TEMPLATE/bug.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 93abd43d..8d679ce3 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -24,7 +24,7 @@ body: value: "1. " validations: required: true -- type: input + - type: input id: version attributes: label: Audiobookshelf version @@ -32,14 +32,14 @@ body: value: "" validations: required: true -- type: dropdown - id: install - attributes: - label: How are you running audiobookshelf? - options: - - Docker - - Debian/PPA - - Built from source - - Other - validations: - required: true + - type: dropdown + id: install + attributes: + label: How are you running audiobookshelf? + options: + - Docker + - Debian/PPA + - Built from source + - Other + validations: + required: true