33 lines
711 B
Markdown
33 lines
711 B
Markdown
|
<!--
|
||
|
SPDX-FileCopyrightText: The openTCS Authors
|
||
|
SPDX-License-Identifier: CC-BY-4.0
|
||
|
-->
|
||
|
|
||
|
## Enhancement
|
||
|
|
||
|
<!-- A template to be used for proposing enhancements to existing functionality -->
|
||
|
|
||
|
### Current behaviour
|
||
|
|
||
|
<!-- The behaviour to be improved (as it is now) -->
|
||
|
|
||
|
...
|
||
|
|
||
|
### Improved behaviour
|
||
|
|
||
|
<!-- What should be improved about the current behaviour, and how -->
|
||
|
|
||
|
...
|
||
|
|
||
|
### Acceptance criteria
|
||
|
|
||
|
<!-- Important criteria for the issue to be considered resolved -->
|
||
|
|
||
|
* Behaviour improved
|
||
|
* New tests added or existing tests updated to help prevent defects of the changed code
|
||
|
* User documentation covers changed behaviour
|
||
|
* Developer documentation covers new feature
|
||
|
* Changelog entry added
|
||
|
|
||
|
/label ~enhancement
|