mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 09:20:50 -05:00
a46fd132bd
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
41 lines
671 B
Markdown
41 lines
671 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
title: ''
|
|
labels: Type:Bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Describe the bug
|
|
A clear and concise description of what the bug is.
|
|
|
|
## Steps to reproduce
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
## Expected behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## Actual behavior
|
|
A clear and concise description of what happened.
|
|
|
|
## Setup
|
|
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
|
|
|
|
<details>
|
|
<p>
|
|
|
|
```console
|
|
OC_XXX=somevalue
|
|
OC_YYY=somevalue
|
|
PROXY_XXX=somevalue
|
|
```
|
|
|
|
</p>
|
|
</details>
|
|
|
|
## Additional context
|
|
Add any other context about the problem here.
|