mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-19 20:19:12 -06:00
* chore: update issue templates --------- Co-authored-by: Michael Barz <mbarz@owncloud.com>
41 lines
675 B
Markdown
41 lines
675 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
|
|
OCIS_XXX=somevalue
|
|
OCIS_YYY=somevalue
|
|
PROXY_XXX=somevalue
|
|
```
|
|
|
|
</p>
|
|
</details>
|
|
|
|
## Additional context
|
|
Add any other context about the problem here.
|