From c1293b38588ed0469ea046ccfd3747394b6ec934 Mon Sep 17 00:00:00 2001 From: Denton Gentry Date: Sun, 24 Oct 2021 06:01:29 -0700 Subject: [PATCH] .github: Add Synology as an OS Sufficiently different from Linux to split it out separately. Signed-off-by: Denton Gentry --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b3f5813e2..9a7ec4ba6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -41,6 +41,7 @@ body: - Windows - iOS - Android + - Synology - Other validations: required: false @@ -49,7 +50,7 @@ body: attributes: label: OS version description: What OS version are you using? - placeholder: e.g., Debian 11.0, macOS Big Sur 11.6 + placeholder: e.g., Debian 11.0, macOS Big Sur 11.6, Synology DSM 7 validations: required: false - type: input