From dbb07e2cf64d9843bbfa5d42204fc6bfc4bf7b92 Mon Sep 17 00:00:00 2001 From: owine Date: Tue, 29 Aug 2023 09:57:44 -0500 Subject: [PATCH] Add Database to Bug Report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c2979607b..5ee19e148 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,12 +42,14 @@ body: - **Docker Install**: Yes - **Using Reverse Proxy**: No - **Browser**: Firefox 90 (If UI related) + - **Database**: Sqlite 3.41.2 value: | - OS: - - Sonarr: - - Docker Install: - - Using Reverse Proxy: - - Browser: + - Sonarr: + - Docker Install: + - Using Reverse Proxy: + - Browser: + - Database: render: markdown validations: required: true