Files
opencloud/.github/ISSUE_TEMPLATE/bug_report.md
Benedikt Kulmann 853161e0b9 chore: update issue templates (#7656)
* chore: update issue templates

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-11-03 14:38:15 +01:00

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.