Update issue templates for strategy repo

This commit is contained in:
Matthias
2021-06-07 21:02:35 +02:00
parent 3c2fbf428b
commit 36625bd675
3 changed files with 68 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
blank_issues_enabled: true
contact_links:
- name: Discord Server
url: https://discord.gg/MA9v74M
about: Ask a question or get community support from our Discord server
+48
View File
@@ -0,0 +1,48 @@
---
name: Strategy bug report
about: Create a report to help us improve
title: ''
labels: "bug"
assignees: ''
---
<!--
Have you searched for similar issues before posting it?
Please only post bug-reports related to strategies in this repository.
For bugs with Freqtrade, please use the [freqtrade issue tracker](https://github.com/freqtrade/freqtrade/issues)
Please do not use bug reports to request new features.
-->
## Describe your environment
* Operating system: ____
* Python Version: _____ (`python -V`)
* CCXT version: _____ (`pip freeze | grep ccxt`)
* Freqtrade Version: ____ (`freqtrade -V` or `docker-compose run --rm freqtrade -V` for Freqtrade running in docker)
* Strategy: _____
Note: All bug reports will be closed without further comment if the above template is deleted or not filled out.
## Describe the problem:
*Explain the problem you have encountered*
### Steps to reproduce:
1. _____
### Observed Results:
* What happened?
* What did you expect to happen?
### Relevant code exceptions or logs
Note: Please copy/paste text of the messages, no screenshots of logs please.
```
// paste your log here
```
@@ -1,17 +1,30 @@
---
name: Strategy request
about: Request a strategy
title: ''
labels: "Strategy Request"
assignees: ''
---
*For requestion a new strategy. Please use the template below.*
*Any strategy request that does not follow the template will be closed.*
## Step 1: What indicators are required?
*Please list all the indicators required for the buy and sell strategy.*
## Step 2: Explain the Buy Strategy
*Please explain in details the indicators you need to run the buy strategy, then
explain in detail what is the trigger to buy.*
## Step 1: Explain the Sell Strategy
*Please explain in details the indicators you need to run the sell strategy, then
explain in detail what is the trigger to sell.*
## Source
What come from this strategy? Cite your source:
* http://
* https://