mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Update ISSUE_TEMPLATE.md
This commit is contained in:
parent
ea7da89257
commit
13503575c5
1 changed files with 23 additions and 25 deletions
48
.github/ISSUE_TEMPLATE.md
vendored
48
.github/ISSUE_TEMPLATE.md
vendored
|
@ -1,38 +1,36 @@
|
||||||
### OS / Environment
|
### OS / Environment (where do you run Algo on)
|
||||||
<!--- where do you run Algo? -->
|
|
||||||
|
|
||||||
|
|
||||||
### Ansible version
|
|
||||||
<!--- `ansible --version` -->
|
|
||||||
|
|
||||||
|
|
||||||
### Version of components from `requirements.txt`
|
|
||||||
<!---
|
<!---
|
||||||
pip show <package> (all the packages from requirements.txt)
|
Run the command `uname -a` and put the output here
|
||||||
PUT THE OUTPUT HERE. DON'T NEED TO PASTE requirements.txt
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
```
|
||||||
|
PUT THE OUTPUT HERE
|
||||||
|
```
|
||||||
|
|
||||||
|
### Cloud Provider or OS / Environment (where do you deploy Algo to)
|
||||||
|
<!---
|
||||||
|
If you deploy to a cloud provider specify the provider here.
|
||||||
|
If you deploy to the existing server, run the command `uname -a` and put the output here -->
|
||||||
|
|
||||||
|
```
|
||||||
|
PUT THE OUTPUT HERE
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Summary of the problem
|
### Summary of the problem
|
||||||
|
<!--- Describe the problem -->
|
||||||
|
|
||||||
|
|
||||||
### Steps to reproduce the behavior
|
### Steps to reproduce the behavior
|
||||||
|
<!--- Describe the steps how to reproduce the problem. -->
|
||||||
|
|
||||||
|
1. Do this..
|
||||||
|
2. Do that..
|
||||||
### The way of deployment (cloud or local)
|
3.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Expected behavior
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Actual behavior
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Full log
|
### Full log
|
||||||
<!--- Put here the FULL LOG after you run the ./algo script -->
|
<!--- Put here the FULL LOG after you run the ./algo script -->
|
||||||
|
|
||||||
|
```
|
||||||
|
PUT THE OUTPUT HERE
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue