1
0
Fork 0
salty-dog/.github/ISSUE_TEMPLATE/type_bug.md

41 lines
402 B
Markdown
Raw Normal View History

---
name: Bug Report
about: report a problem
title: ''
labels: status/new, type/bug
assignees: ''
---
# Bug
Something is broken!
## Summary
(quick summary of the issue)
## Steps to Reproduce
- install
- configure
- run
- ...
- :(
## Actual Behavior
```none
example
```
## Expected Behavior
```none
example
```
## Details
(detailed description of the expected behavior and what goes wrong)