From 13503575c55437d6de0d07d9a0968b4610bec141 Mon Sep 17 00:00:00 2001 From: Jack Ivanov <17044561+jackivanov@users.noreply.github.com> Date: Mon, 12 Mar 2018 10:29:18 +0300 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 46 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index a7c92bf..a34aab3 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,38 +1,36 @@ -### OS / Environment - - - -### Ansible version - +### OS / Environment (where do you run Algo on) + +``` +PUT THE OUTPUT HERE +``` -### Version of components from `requirements.txt` +### Cloud Provider or OS / Environment (where do you deploy Algo to) +If you deploy to a cloud provider specify the provider here. +If you deploy to the existing server, run the command `uname -a` and put the output here --> +``` +PUT THE OUTPUT HERE +``` + ### Summary of the problem - + ### Steps to reproduce the behavior + - - -### The way of deployment (cloud or local) - - - -### Expected behavior - - - -### Actual behavior - - +1. Do this.. +2. Do that.. +3. ### Full log +``` +PUT THE OUTPUT HERE +```