From c5480c25140267cf499de4278a4417328e187df9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 May 2020 19:18:28 +0200 Subject: [PATCH] Split issue-tempaltes --- .../bug_report.md} | 16 ++++++++--- .github/ISSUE_TEMPLATE/feature_request.md | 27 +++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE.md => ISSUE_TEMPLATE/bug_report.md} (72%) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 72% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 5a77e200c..2b02dcdda 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,18 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: triage needed +assignees: '' + +--- ## 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..87fad7994 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,27 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: '' +assignees: '' + +--- + + + +## 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* +