mirror of
https://github.com/aljazceru/hummingbot-dashboard.git
synced 2026-01-23 23:24:20 +01:00
35 lines
1.4 KiB
YAML
35 lines
1.4 KiB
YAML
name: Feature request
|
|
description: Suggest an idea for this project 2.0
|
|
title: "Feature request"
|
|
labels: enhancement
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
## **Before Submitting:**
|
|
* Please look on our GitHub issues to avoid duplicate tickets
|
|
* You can add additional `Labels` to triage this ticket
|
|
* For docs/ additional info please visit our [Discord server](https://discord.gg/hummingbot) and [Hummingbot docs](https://hummingbot.org/docs/)
|
|
- type: textarea
|
|
id: feature-suggestion
|
|
attributes:
|
|
label: Feature Suggestion
|
|
description: A clear and concise description of the feature request. If you have looked at the code and know exactly what code changes are needed then please consider submitting a pull request instead.
|
|
placeholder: How you want to achieve the desired behavior
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature-impact
|
|
attributes:
|
|
label: Impact
|
|
description: A succinct description of why you want the desired behavior specified above.
|
|
placeholder: The desired behavior will allow me to..
|
|
validations:
|
|
required: true
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: feature-additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Add any other context or screenshots about the feature request here (optional) |