Split issue-tempaltes
This commit is contained in:
parent
73914169e4
commit
c5480c2514
@ -1,9 +1,18 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: ''
|
||||
labels: triage needed
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
<!--
|
||||
Note: this section will not show up in the issue.
|
||||
Have you search for this issue 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.
|
||||
|
||||
Please do not use bug reports to request for new features.
|
||||
-->
|
||||
|
||||
## Describe your environment
|
||||
@ -11,8 +20,7 @@ If it hasn't been reported, please create a new issue.
|
||||
* Operating system: ____
|
||||
* Python Version: _____ (`python -V`)
|
||||
* CCXT version: _____ (`pip freeze | grep ccxt`)
|
||||
* Branch: Master | Develop
|
||||
* Last Commit ID: _____ (`git log --format="%H" -n 1`)
|
||||
* Version: ____ (`freqtrade -V` | `docker-compose run --rm freqtrade -V`)
|
||||
|
||||
Note: All issues other than enhancement requests will be closed without further comment if the above template is deleted or not filled out..
|
||||
|
||||
@ -33,7 +41,7 @@ Note: All issues other than enhancement requests will be closed without further
|
||||
|
||||
### Relevant code exceptions or logs
|
||||
|
||||
Note: Please copy/paste code, no screenshots of logs.
|
||||
Note: Please copy/paste code, no screenshots of logs please.
|
||||
|
||||
```
|
||||
// paste your log here
|
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/feature_request.md
vendored
Normal file
@ -0,0 +1,27 @@
|
||||
---
|
||||
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`)
|
||||
* Version: ____ (`freqtrade -V` | `docker-compose run --rm freqtrade -V`)
|
||||
|
||||
|
||||
## Describe the enhancement
|
||||
|
||||
*Explain the enhancement you would like*
|
||||
|
Loading…
Reference in New Issue
Block a user