46 lines
707 B
Markdown
46 lines
707 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
|
|
|
|
Steps to reproduce the behavior:
|
|
|
|
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.
|
|
|
|
<details>
|
|
<p>
|
|
|
|
```console
|
|
OCIS_VERSION=vX.X.X
|
|
BRANCH=vX.X.X
|
|
STORAGE_FRONTEND_UPLOAD_DISABLE_TUS=false
|
|
```
|
|
|
|
</p>
|
|
</details>
|
|
|
|
## Additional context
|
|
Add any other context about the problem here.
|