48 lines
829 B
Markdown
48 lines
829 B
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: The openTCS Authors
|
||
|
SPDX-License-Identifier: CC-BY-4.0
|
||
|
-->
|
||
|
|
||
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: ''
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
## Affected version
|
||
|
|
||
|
_Name the affected version, i.e. "release x.y.z" or "revision <HASH>"._
|
||
|
|
||
|
...
|
||
|
|
||
|
## Steps to reproduce
|
||
|
|
||
|
_How can the incorrect behaviour be reproduced?_
|
||
|
|
||
|
1. ...
|
||
|
2. ...
|
||
|
3. ...
|
||
|
|
||
|
### Expected behaviour
|
||
|
|
||
|
_What would be the correct/expected behaviour?_
|
||
|
|
||
|
...
|
||
|
|
||
|
### Actual behaviour
|
||
|
|
||
|
_What behaviour can actually be observed instead of the correct behaviour?_
|
||
|
|
||
|
...
|
||
|
|
||
|
### Additional information
|
||
|
|
||
|
_Other data that can help with fixing the defect, e.g. logs, screenshots etc._
|
||
|
|
||
|
* Operating system and version: _e.g. Ubuntu Linux 20.04, Windows 10, ..._
|
||
|
* Java distribution version: _e.g. Oracle Java Runtime Environment 13_
|
||
|
* ...
|