algo/.github/ISSUE_TEMPLATE.md

35 lines
582 B
Markdown
Raw Normal View History

2018-03-12 07:29:18 +00:00
### OS / Environment (where do you run Algo on)
<!---
Run the command `uname -a` and put the output here
-->
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-03-12 07:29:18 +00:00
If you deploy to a cloud provider specify the provider here.
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
### 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
2017-04-04 14:23:51 +00:00
<!--- Put here the FULL LOG after you run the ./algo script -->
2016-12-12 14:40:31 +00:00
2018-03-12 07:29:18 +00:00
```
PUT THE OUTPUT HERE
```