mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-03-22 00:17:13 +01:00
Add bug template to issues (#11712)
* Add bug template to issues * Delete .github/ISSUE_TEMPLATE/bug_report.yml * Create bug-report.yml * Create bug-link.yml
This commit is contained in:
parent
13f250f630
commit
bd7c575f26
83
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
Normal file
83
.github/DISCUSSION_TEMPLATE/bug-report.yml
vendored
Normal file
@ -0,0 +1,83 @@
|
|||||||
|
title: "[Bug]: "
|
||||||
|
labels: ["bug", "triage"]
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Describe the problem you are having
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: Visible on the System page in the Web UI
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: config
|
||||||
|
attributes:
|
||||||
|
label: Frigate config file
|
||||||
|
description: This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: yaml
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: logs
|
||||||
|
attributes:
|
||||||
|
label: Relevant log output
|
||||||
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
||||||
|
render: shell
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: os
|
||||||
|
attributes:
|
||||||
|
label: Operating system
|
||||||
|
options:
|
||||||
|
- HassOS
|
||||||
|
- Debian
|
||||||
|
- Other Linux
|
||||||
|
- Proxmox
|
||||||
|
- UNRAID
|
||||||
|
- Windows
|
||||||
|
- Other
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: install-method
|
||||||
|
attributes:
|
||||||
|
label: Install method
|
||||||
|
options:
|
||||||
|
- HassOS Addon
|
||||||
|
- Docker Compose
|
||||||
|
- Docker CLI
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: dropdown
|
||||||
|
id: network
|
||||||
|
attributes:
|
||||||
|
label: Network connection
|
||||||
|
options:
|
||||||
|
- Wired
|
||||||
|
- Wireless
|
||||||
|
- Mixed
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: input
|
||||||
|
id: camera
|
||||||
|
attributes:
|
||||||
|
label: Camera make and model
|
||||||
|
description: Dahua, hikvision, amcrest, reolink, etc and model number
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- type: textarea
|
||||||
|
id: other
|
||||||
|
attributes:
|
||||||
|
label: Any other information that may be helpful
|
5
.github/ISSUE_TEMPLATE/bug-link.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/bug-link.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
blank_issues_enabled: false
|
||||||
|
contact_links:
|
||||||
|
- name: Frigate Bug Report
|
||||||
|
url: https://github.com/blakeblackshear/frigate/discussions/new/choose
|
||||||
|
about: Report a specific bug.
|
Loading…
Reference in New Issue
Block a user