diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..b911c4f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/issues.md b/.github/ISSUE_TEMPLATE/issues.md new file mode 100644 index 0000000..1398a36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issues.md @@ -0,0 +1,48 @@ +--- +name: Strategy bug report +about: Create a report to help us improve +title: '' +labels: "bug" +assignees: '' + +--- + + +## 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 + ``` diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/strategy_request.md similarity index 83% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/strategy_request.md index ae6090b..eaa61a4 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/strategy_request.md @@ -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://