Delete ISSUE_TEMPLATE.md

This commit is contained in:
Jack Ivanov 2018-09-14 16:09:04 +03:00 committed by GitHub
parent da0f0001a5
commit 5a4cf202cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,37 +0,0 @@
### OS / Environment (where do you run Algo on)
<!---
Run the command `uname -a` and put the output below
-->
```
PUT THE OUTPUT HERE
```
### Cloud Provider (where do you deploy Algo to)
<!---
If you deploy to existing Ubuntu server, run the command `uname -a` on the server and put the output below
If you deploy to a cloud provider specify the provider 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. -->
1. Do this..
2. Do that..
3.
### Full log
<!--- Put here the FULL LOG after you run the ./algo script below -->
```
PUT THE OUTPUT HERE
```