From 06b71d713cec7c8df88d5b1c2b9c31fd3b9e0195 Mon Sep 17 00:00:00 2001 From: xmatthias Date: Tue, 12 Jun 2018 07:00:58 +0200 Subject: [PATCH] update issue template to include ccxt version --- .github/ISSUE_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 2a6d3f18f..94d998310 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -6,10 +6,12 @@ If it hasn't been reported, please create a new issue. ## Step 2: Describe your environment * Python Version: _____ (`python -V`) + * CCXT version: _____ (`pip freeze | grep ccxt`) * Branch: Master | Develop * Last Commit ID: _____ (`git log --format="%H" -n 1`) - + ## Step 3: Describe the problem: + *Explain the problem you have encountered* ### Steps to reproduce: