From 73914169e44e0df75028b81ebe3f07907ba5b24a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 23 May 2020 19:21:14 +0200 Subject: [PATCH 1/5] Update issue template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ae5375f43..5a77e200c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,9 +1,12 @@ -## Step 1: Have you search for this issue before posting it? + -## Step 2: Describe your environment +## Describe your environment * Operating system: ____ * Python Version: _____ (`python -V`) @@ -11,7 +14,9 @@ If it hasn't been reported, please create a new issue. * Branch: Master | Develop * Last Commit ID: _____ (`git log --format="%H" -n 1`) -## Step 3: Describe the problem: +Note: All issues other than enhancement requests 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* @@ -26,7 +31,9 @@ If it hasn't been reported, please create a new issue. * What happened? * What did you expect to happen? -### Relevant code exceptions or logs: +### Relevant code exceptions or logs + +Note: Please copy/paste code, no screenshots of logs. ``` // paste your log here From c5480c25140267cf499de4278a4417328e187df9 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 May 2020 19:18:28 +0200 Subject: [PATCH 2/5] 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* + From aa004fa842d89a77639aacf732ff547502df2106 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 May 2020 19:20:24 +0200 Subject: [PATCH 3/5] Fix typo in label --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 2b02dcdda..0f009eb1b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: triage needed +labels: Triage Needed assignees: '' --- From e138f9b23c08038d618e3723428ce10f4a2827b5 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 24 May 2020 20:15:10 +0200 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com> --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0f009eb1b..4aa7babf4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ assignees: '' ---