forked from LengKundee/MQL5-Google-Onedrive
27 lines
620 B
YAML
27 lines
620 B
YAML
name: Feature request
|
|
description: Suggest an improvement or new feature
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Problem / motivation
|
|
description: What problem are you trying to solve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposal
|
|
attributes:
|
|
label: Proposed solution
|
|
description: What would you like to see added/changed?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: alternatives
|
|
attributes:
|
|
label: Alternatives considered
|
|
validations:
|
|
required: false
|