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