Update ISSUE_TEMPLATE.md

This commit is contained in:
Jack Ivanov 2018-03-12 10:29:18 +03:00 committed by GitHub
parent ea7da89257
commit 13503575c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,38 +1,36 @@
### OS / Environment
<!--- where do you run Algo? -->
### Ansible version
<!--- `ansible --version` -->
### Version of components from `requirements.txt`
### OS / Environment (where do you run Algo on)
<!---
pip show <package> (all the packages from requirements.txt)
PUT THE OUTPUT HERE. DON'T NEED TO PASTE requirements.txt
Run the command `uname -a` and put the output here
-->
```
PUT THE OUTPUT HERE
```
### 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
<!--- Describe the problem -->
### Steps to reproduce the behavior
<!--- Describe the steps how to reproduce the problem. -->
### The way of deployment (cloud or local)
### Expected behavior
### Actual behavior
1. Do this..
2. Do that..
3.
### Full log
<!--- Put here the FULL LOG after you run the ./algo script -->
```
PUT THE OUTPUT HERE
```