mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
59 lines
1.2 KiB
Markdown
59 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!--
|
|
*** Before creating an issue ***
|
|
*** Be sure the issue isn't yet reported here or dicussed on stackoverflow ***
|
|
-->
|
|
|
|
**Setup information**
|
|
<!-- Remove accordingly -->
|
|
docker run / docker-compose / Helm
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To reproduce**
|
|
Steps to reproduce the behavior:
|
|
1. Go to '...'
|
|
2. Click on '....'
|
|
3. Scroll down to '....'
|
|
4. See error
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
**Screenshots/logs**
|
|
If applicable, add screenshots to help explain your problem.
|
|
|
|
<!-- Did you check the logs? If any Error is present there please copy/paste it below -->
|
|
```
|
|
Any Error that sucks
|
|
```
|
|
|
|
**Docker/Kubernetes/Helm**:
|
|
- Output of `docker version`:
|
|
```
|
|
(paste your output here)
|
|
```
|
|
<!-- Additional info if using helm on k8s, add the info below -->
|
|
<!-- Delete this block if not applicable -->
|
|
- Output of `helm version`:
|
|
```
|
|
(paste your output here)
|
|
```
|
|
- Output of `kubectl version`:
|
|
```
|
|
(paste your output here)
|
|
```
|
|
<!-- End Additional info if using helm on k8s -->
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here.
|