stable/.github/ISSUE_TEMPLATE/bug_report.md

49 lines
1.2 KiB
Markdown
Raw Normal View History

2020-05-24 17:18:28 +00:00
---
name: Bug report
about: Create a report to help us improve
title: ''
2020-05-25 04:22:01 +00:00
labels: "Triage Needed"
2020-05-24 17:18:28 +00:00
assignees: ''
---
2020-05-23 17:21:14 +00:00
<!--
Have you searched for similar issues before posting it?
If you have discovered a bug in the bot, please [search our issue tracker](https://github.com/freqtrade/freqtrade/issues?q=is%3Aissue).
If it hasn't been reported, please create a new issue.
2020-05-24 17:18:28 +00:00
2020-05-27 17:38:21 +00:00
Please do not use bug reports to request new features.
2020-05-23 17:21:14 +00:00
-->
2020-05-23 17:21:14 +00:00
## Describe your environment
2019-08-03 18:04:49 +00:00
* 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)
Note: All issues other than enhancement requests will be closed without further comment if the above template is deleted or not filled out.
2020-05-23 17:21:14 +00:00
## Describe the problem:
*Explain the problem you have encountered*
### Steps to reproduce:
1. _____
2. _____
3. _____
### Observed Results:
* What happened?
* What did you expect to happen?
2020-05-23 17:21:14 +00:00
### Relevant code exceptions or logs
Note: Please copy/paste text of the messages, no screenshots of logs please.
```
// paste your log here
```