Update ISSUE_TEMPLATE.md

pull/827/head
Jack Ivanov 6 years ago committed by GitHub
parent ea7da89257
commit 13503575c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,38 +1,36 @@
### OS / Environment
<!--- where do you run Algo? -->
### Ansible version
<!--- `ansible --version` -->
### OS / Environment (where do you run Algo on)
<!---
Run the command `uname -a` and put the output here
-->
```
PUT THE OUTPUT HERE
```
### Version of components from `requirements.txt`
### Cloud Provider or OS / Environment (where do you deploy Algo to)
<!---
pip show <package> (all the packages from requirements.txt)
PUT THE OUTPUT HERE. DON'T NEED TO PASTE requirements.txt
-->
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
```

Loading…
Cancel
Save