From 39a9e3a89fd1c9bf39f7bf2f97226fdbbc71f782 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 21 Jan 2026 14:25:41 -0500 Subject: [PATCH] add dms doctor to issue template --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++----- .github/ISSUE_TEMPLATE/support_request.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index f443d9de..5f091ff8 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -42,12 +42,12 @@ body: placeholder: e.g., PikaOS, Void Linux, etc. validations: required: false - - type: input - id: dms_version + - type: textarea + id: dms_doctor attributes: - label: dms version - description: Output of dms version command - placeholder: e.g., 1.2.3 + label: dms doctor -v + description: Output of `dms doctor -v` command + placeholder: Paste the output of `dms doctor -v` here validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/support_request.yml b/.github/ISSUE_TEMPLATE/support_request.yml index 94043df3..fd4e2c84 100644 --- a/.github/ISSUE_TEMPLATE/support_request.yml +++ b/.github/ISSUE_TEMPLATE/support_request.yml @@ -27,12 +27,12 @@ body: placeholder: Your Linux distribution validations: required: false - - type: input - id: dms_version + - type: textarea + id: dms_doctor attributes: - label: dms version - description: Output of dms version command - placeholder: e.g., 1.2.3 + label: dms doctor -v + description: Output of `dms doctor -v` command + placeholder: Paste the output of `dms doctor -v` here validations: required: false - type: textarea