From 27e735dfcc942c116ee76e982aa55f239800ae8c Mon Sep 17 00:00:00 2001 From: Alexander Courtis Date: Mon, 28 Oct 2024 09:11:03 +1100 Subject: [PATCH] docs: trim bug report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 26 ++++++++++---------------- 1 file changed, 10 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4606459..ea166ad 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,20 +4,8 @@ labels: [bug] body: - type: textarea attributes: - label: "Expected behavior" - description: "Describe the behavior you expect:" - validations: - required: true - - type: textarea - attributes: - label: "Actual behavior" - description: "Describe the actual behaviour. You can attach screenshots or videos. [grim](https://git.sr.ht/~emersion/grim/) and [wf-recorder](https://github.com/ammen99/wf-recorder) may be useful." - validations: - required: true - - type: textarea - attributes: - label: "Steps to reproduce" - description: "Steps to reproduce using the minimal config provided below." + label: "Description" + description: "A short description of the problem you are reporting. You can attach screenshots or videos. [grim](https://git.sr.ht/~emersion/grim/) and [wf-recorder](https://github.com/ammen99/wf-recorder) may be useful." validations: required: true - type: input @@ -34,9 +22,15 @@ body: required: true - type: textarea attributes: - label: "Startup logs" - description: "Logs up to \"wideriver started\" are useful as they show the startup arguments. Likely at `/tmp/wideriver.${XDG_VTNR}.${USER}.log`" + label: "Logs" + description: "Logs showing at minimum the startup arguments. Likely at `/tmp/wideriver.${XDG_VTNR}.${USER}.log`" render: text validations: required: true + - type: textarea + attributes: + label: "Steps to reproduce" + description: "Steps to reproduce using the configuration shown in the logs" + validations: + required: true