aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/bug_report.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/ISSUE_TEMPLATE/bug_report.md')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..e9fd38a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,28 @@
1---
2name: Bug report
3about: Create a report to help us improve
4title: ''
5labels: ''
6assignees: ''
7
8---
9
10**Describe the bug**
11A clear and concise description of what the bug is.
12
13**Expected behavior**
14A clear and concise description of what you expected to happen.
15
16**Logs & errors**
17Please include any usefull information:
18- Errors in your browser console (`ctrl+shift+i` or `F12`)
19- If applicable, your docker container logs.
20
21**Screenshots**
22If applicable, add screenshots to help explain your problem.
23
24**Configuration**
25If applicable, copy related homer yaml configuration here.
26```yml
27
28```