22 lines
652 B
YAML
22 lines
652 B
YAML
name: ⚙️ Improvement
|
|
description: Suggest an improvement to existing functionality
|
|
title: '⚙️ [Improvement]: '
|
|
body:
|
|
- type: textarea
|
|
id: information
|
|
attributes:
|
|
label: Description
|
|
description: Provide all information.
|
|
placeholder: 'What happened? What did you expect to happen?'
|
|
validations:
|
|
required: false
|
|
|
|
- type: textarea
|
|
id: criteria
|
|
attributes:
|
|
label: Acceptance Criteria
|
|
description: What are the expectations?
|
|
placeholder: 'How do you want it implemented? How should it be tested?'
|
|
validations:
|
|
required: false
|