mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
48 lines
732 B
Markdown
48 lines
732 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: bug
|
||
|
assignees: khuedoan
|
||
|
|
||
|
---
|
||
|
|
||
|
## Describe the bug
|
||
|
|
||
|
A clear and concise description of what the bug is.
|
||
|
|
||
|
## To Reproduce
|
||
|
|
||
|
1. Enter the tools container
|
||
|
2. Run `make`
|
||
|
3. See error
|
||
|
|
||
|
## Expected behavior
|
||
|
|
||
|
A clear and concise description of what you expected to happen.
|
||
|
|
||
|
## Logs or screenshots
|
||
|
|
||
|
```
|
||
|
If applicable, add logs to help explain your problem
|
||
|
```
|
||
|
|
||
|
Or add some screenshots if you can't retrieve the logs.
|
||
|
|
||
|
## Hardware information
|
||
|
|
||
|
- Model and specifications
|
||
|
- Network setup
|
||
|
- Controller setup (OS, is it a VM...)
|
||
|
- ...
|
||
|
|
||
|
## Configurations
|
||
|
|
||
|
- Ansible inventory
|
||
|
- Helm values
|
||
|
- ...
|
||
|
|
||
|
## Additional context
|
||
|
|
||
|
Add any other context about the problem here.
|