From d7348ed868899286c8e7aef5d6ba44bd7e637267 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 29 Jun 2020 09:36:57 +1000 Subject: [PATCH] Update bug_report.md * Add: Did you build from source or install from a package --- .github/ISSUE_TEMPLATE/bug_report.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 5a93e1bf..1713749a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,8 @@ A clear and concise description of what the bug is. * OS: Output of `uname -a` & provide your OS & version (CentOS 6.x, Ubuntu 18.x etc) * Are you using a headless system (no gui) or with a gui installed? * OneDrive Account Type -* DMD or LDC compiler version `dmd --version` or `ldmd2 --version` +* Did you build from source or install from a package? +* If you installed from source, what is your DMD or LDC compiler version: `dmd --version` or `ldmd2 --version` * Application configuration: Output of `onedrive --display-config` * Curl Version: Output of `curl --version`