mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-11 07:06:16 +01:00
30 lines
655 B
Markdown
30 lines
655 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: Bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
**Describe the bug**
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
**Versions**
|
||
|
- Operating system: `(source /etc/os-release; echo $PRETTY_NAME)`
|
||
|
- Packages: `rpm -q osc`
|
||
|
|
||
|
**To Reproduce**
|
||
|
Steps to reproduce the behavior:
|
||
|
1. Run command `osc -A <apiurl> ...`
|
||
|
2. See error
|
||
|
|
||
|
**Expected behavior**
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
**Screenshots, console outputs**
|
||
|
If applicable, add screenshots or console outputs to help explain your problem.
|
||
|
|
||
|
**Additional context**
|
||
|
Add any other context about the problem here.
|