mirror of
https://github.com/Motion-Project/motion.git
synced 2026-06-12 07:44:34 -04:00
Revise the issue template
This commit is contained in:
20
.github/ISSUE_TEMPLATE/issue.yml
vendored
20
.github/ISSUE_TEMPLATE/issue.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user