Files
algo/.github/ISSUE_TEMPLATE.md
T
2018-03-16 21:02:11 +03:00

37 lines
588 B
Markdown

### OS / Environment (where do you run Algo on)
<!---
Run the command `uname -a` and put the output here
-->
```
PUT THE OUTPUT HERE
```
### Cloud Provider (where do you deploy Algo to)
<!---
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 -->
```
PUT THE OUTPUT HERE
```