mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-02-14 18:10:00 +00:00
43 lines
745 B
Markdown
43 lines
745 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report an issue
|
|
title: "[BUG]"
|
|
labels: bug
|
|
---
|
|
|
|
# Bug Description
|
|
|
|
## **Describe the bug**
|
|
|
|
A clear and concise description of what the bug is.
|
|
|
|
## **To Reproduce**
|
|
|
|
Any specific steps used to reproduce the behavior
|
|
|
|
### Scenario File
|
|
Scenario file(s) that were specified in your config file (can be starred (*) with confidential information )
|
|
```yaml
|
|
<config>
|
|
|
|
```
|
|
|
|
### Config File
|
|
Config file you used when error was seen (the default used is config/config.yaml)
|
|
|
|
```yaml
|
|
<config>
|
|
|
|
```
|
|
|
|
## **Expected behavior**
|
|
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
## **Krkn Output**
|
|
|
|
Krkn output to help show your problem
|
|
|
|
## **Additional context**
|
|
|
|
Add any other context about the problem |