mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-12 20:57:48 +02:00
37 lines
588 B
Markdown
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
|
|
```
|