stable/.github/ISSUE_TEMPLATE/feature_request.md

28 lines
640 B
Markdown
Raw Normal View History

2020-05-24 17:18:28 +00:00
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
<!--
Note: this section will not show up in the issue.
Have you search for this feature before requesting it? It's highly likely that a similar request was already filed.
-->
## Describe your environment
(if applicable)
* Operating system: ____
* Python Version: _____ (`python -V`)
* CCXT version: _____ (`pip freeze | grep ccxt`)
2020-05-25 04:22:01 +00:00
* Freqtrade Version: ____ (`freqtrade -V` or `docker-compose run --rm freqtrade -V` for Freqtrade running in docker)
2020-05-24 17:18:28 +00:00
## Describe the enhancement
*Explain the enhancement you would like*