Files
opencloud/.github/ISSUE_TEMPLATE/bug_report.md
T
Jörn Friedrich Dreyer a46fd132bd use OC_ env prefix
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2025-01-13 16:11:11 +01:00

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.