algo/.github/ISSUE_TEMPLATE.md

38 lines
701 B
Markdown
Raw Normal View History

2018-03-12 07:29:18 +00:00
### OS / Environment (where do you run Algo on)
<!---
2018-08-31 05:40:22 +00:00
Run the command `uname -a` and put the output below
2018-03-12 07:29:18 +00:00
-->
2016-11-26 20:42:04 +00:00
2018-03-12 07:29:18 +00:00
```
PUT THE OUTPUT HERE
```
2016-11-26 20:42:04 +00:00
2018-03-16 18:01:26 +00:00
### Cloud Provider (where do you deploy Algo to)
2017-04-12 18:14:27 +00:00
<!---
2018-08-31 05:40:22 +00:00
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
2018-03-16 18:02:11 +00:00
--->
2016-11-26 20:42:04 +00:00
2018-03-12 07:29:18 +00:00
```
PUT THE OUTPUT HERE
```
2016-11-26 20:42:04 +00:00
### Summary of the problem
2018-03-12 07:29:18 +00:00
<!--- Describe the problem -->
2016-11-26 20:42:04 +00:00
2018-03-16 18:02:11 +00:00
2016-11-26 20:42:04 +00:00
### Steps to reproduce the behavior
2018-03-12 07:29:18 +00:00
<!--- Describe the steps how to reproduce the problem. -->
2016-11-26 20:42:04 +00:00
2018-03-12 07:29:18 +00:00
1. Do this..
2. Do that..
3.
2016-12-12 14:40:31 +00:00
### Full log
2018-08-31 05:40:22 +00:00
<!--- Put here the FULL LOG after you run the ./algo script below -->
2016-12-12 14:40:31 +00:00
2018-03-12 07:29:18 +00:00
```
PUT THE OUTPUT HERE
```