Disabled old issue templates and added new ones with new GitHub issues format

This commit is contained in:
Maximilian Jannack
2022-01-13 21:17:08 +01:00
parent 506d7a8bb2
commit cf2d33daad
8 changed files with 220 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
---
name: Help request
about: If there is anything wrong with your setup
title: ''
labels: setup issue
assignees: ''
---
## Issue
Please describe your problem here
## Setup Info
Version: (can be found on the system page since v0.8.4)
OS: e.g. Ubuntu 20.02
Other relevant information regarding your problem (proxies, firewalls, etc.)
### `.env`
Please include your `.env` config file (**make sure to remove/replace all secrets**)
```
env content
```
### `docker-compose.yml`
When running with docker compose please provide your `docker-compose.yml`
```
docker-compose.yml content
```
### Logs
If you feel like there is anything interesting please post the output of `docker-compose logs` at
container startup and when the issue happens.