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