From df920a5bd0c7a9cfd4e778c9b4ed473df479237c Mon Sep 17 00:00:00 2001 From: Mr-Dave Date: Sun, 26 Mar 2023 10:25:40 -0600 Subject: [PATCH] Revise the issue template --- .github/ISSUE_TEMPLATE/issue.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 597d1ee1..a9fc075a 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -5,11 +5,11 @@ body: - type: markdown attributes: value: | - Use this form for reporting problems with the code. + Use this form for reporting problems with the code. - type: dropdown id: readdocs attributes: - label: Did you read the guide? + label: Did you read the guide? multiple: false options: - 'Yes' @@ -19,7 +19,7 @@ body: - type: dropdown id: baseversion attributes: - label: What is the base version number of Motion being used? + label: What is the base version number of Motion being used? multiple: false options: - 4.0.x @@ -34,7 +34,7 @@ body: - type: dropdown id: buildtype attributes: - label: What was the install method? + label: What was the install method? multiple: false options: - Built from source code @@ -44,7 +44,7 @@ body: - type: dropdown id: buildarch attributes: - label: What is base architecture? + label: What is base architecture? multiple: false options: - ARM-32bit @@ -56,7 +56,7 @@ body: - type: dropdown id: distrotype attributes: - label: What is the distro being used? + label: What is the distro being used? multiple: false options: - Raspbian @@ -76,7 +76,7 @@ body: - type: dropdown id: camtype attributes: - label: Camera type(s) being used? + label: Camera type(s) being used? multiple: true options: - v4l2 USB camera @@ -91,7 +91,7 @@ body: - type: textarea id: what-happened attributes: - label: Describe the issue/problem and steps to reproduce + label: Describe the issue/problem and steps to reproduce description: Issue/Problem Description placeholder: Tell us what went wrong validations: @@ -99,8 +99,8 @@ body: - type: textarea id: logs attributes: - label: Relevant Motion log output (at log_level 8) - description: Please copy and paste the log output. This will be automatically formatted into code, so no need for backticks. + label: Motion log output at log_level 8 + description: Provide the entire log output from Motion start up to when the issue occurs so we can see the parameters. This will be automatically formatted into code, so no need for backticks. render: shell validations: required: true