Files
NetAlertX/.github/ISSUE_TEMPLATE/i-have-an-issue.md
2023-04-02 10:52:27 +10:00

43 lines
568 B
Markdown
Executable File

---
name: I have an issue
about: Describe this issue template's purpose here.
title: ''
labels: ''
assignees: ''
---
**Describe the issue**
**Paste last few lines from `pialert.log`**
> You can use `tail -20 /home/pi/pialert/front/log/pialert.log`
```
paste_here
```
**Paste your `pialert.conf` (remove personal info)**
```
paste_here
```
**Paste your `docker-compose.yml` and `.env` (remove personal info)**
`docker-compose.yml`
```
paste_here
```
`.env`
```
paste_here
```
**Screenshots**
If applicable, add screenshots to help explain your problem.