Skip to content

Commit

Permalink
docs and issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Jan 27, 2021
1 parent bc8b858 commit 5b5159f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
name: Bug report or Support request
about: ''
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.
A clear and concise description of what your issue is.

**Version of frigate**
What version are you using?
Output from `/version`

**Config file**
Include your full config file wrapped in triple back ticks.
```yaml
config here
```

**Logs**
**Frigate container logs**
```
Include relevant log output here
```

**Frigate debug stats**
```
Output from frigate's /debug/stats endpoint
**Frigate stats**
```json
Output from frigate's /stats endpoint
```

**FFprobe from your camera**
Expand All @@ -41,6 +41,7 @@ If applicable, add screenshots to help explain your problem.

**Computer Hardware**
- OS: [e.g. Ubuntu, Windows]
- Install method: [e.g. Addon, Docker Compose, Docker Command]
- Virtualization: [e.g. Proxmox, Virtualbox]
- Coral Version: [e.g. USB, PCIe, None]
- Network Setup: [e.g. Wired, WiFi]
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,9 @@ Sample response:
### `/config`
A json representation of your configuration

### `/version`
Version info

### `/events`
Events from the database. Accepts the following query string parameters:
|param|Type|Description|
Expand Down

0 comments on commit 5b5159f

Please sign in to comment.