Files
NetAlertX/.github/ISSUE_TEMPLATE/i-have-an-issue.md
2023-01-22 11:45:08 +11:00

47 lines
509 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`**
```
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.