opentcs/.gitlab/issue_templates/Defect.md

49 lines
952 B
Markdown
Raw Permalink Normal View History

2024-11-30 18:36:13 +08:00
<!--
SPDX-FileCopyrightText: The openTCS Authors
SPDX-License-Identifier: CC-BY-4.0
-->
## Defect
<!-- A template to be used for reporting bugs/defects/problems -->
### 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 (logs, screenshots etc.)
<!-- Other data that can help with fixing the defect, e.g. logs, screenshots etc. -->
...
### Acceptance criteria
<!-- Important criteria for the issue to be considered resolved -->
* Actual behaviour corrected
* New tests added or existing tests improved to help prevent future defects
* Changelog entry added
/label ~defect