You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
algo/.github/ISSUE_TEMPLATE.md

38 lines
701 B
Markdown

### OS / Environment (where do you run Algo on)
<!---
Run the command `uname -a` and put the output below
-->
8 years ago
```
PUT THE OUTPUT HERE
```
8 years ago
### 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
--->
8 years ago
```
PUT THE OUTPUT HERE
```
8 years ago
### Summary of the problem
<!--- Describe the problem -->
8 years ago
8 years ago
### Steps to reproduce the behavior
<!--- Describe the steps how to reproduce the problem. -->
8 years ago
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
```