opentcs/.gitlab/issue_templates/Enhancement.md

33 lines
711 B
Markdown
Raw Normal View History

2024-11-30 18:36:13 +08:00
<!--
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