Create general_issue.md (#254)

* Create general_issue.md

* Add bug label
This commit is contained in:
Marc Brugger 2023-12-19 17:27:03 +01:00 committed by GitHub
parent e7e391f85c
commit 542aacb002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 1 deletions

View file

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'bug'
assignees: ''
---

28
.github/ISSUE_TEMPLATE/general_issue.md vendored Normal file
View file

@ -0,0 +1,28 @@
---
name: General Issue
about: Report an issue with your setup
title: ''
labels: ''
assignees: ''
---
**Describe the issue**
A clear and concise description of what the issue is.
**To Reproduce**
Steps to reproduce the behavior:
1. What version of AdGuardHome sync used?
2. What version of AdGuardHome us used?
3. How does the configuration look?
4. What is the error message?
**Expected behavior**
A clear and concise description of what you expected to happen.
**Log Files**
If applicable, add log files or json responses from AdGuardHome to help explain your problem.
Please set the environment variable `LOG_LEVEL=debug` to generate debug logs.
**Additional context**
Add any other context about the problem here.