mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
36 lines
790 B
Markdown
36 lines
790 B
Markdown
---
|
|
name: "\U0001F41B Bug Report"
|
|
about: "If something isn't working as expected \U0001F914."
|
|
title: "[bug report] there's a fly in my soup"
|
|
labels: ''
|
|
assignees: funkypenguin
|
|
|
|
---
|
|
|
|
# Waiter! There's a bug in my recipe! 🐛
|
|
|
|
## ‼️ Current Behavior
|
|
A clear and concise description of the behavior.
|
|
|
|
```bash
|
|
echo "stuff is broken"
|
|
```
|
|
|
|
## ✅ Expected behavior
|
|
A clear and concise description of what you expected to happen (or code).
|
|
|
|
```bash
|
|
echo "stuff is working!
|
|
```
|
|
|
|
## 👯♂️ Steps to reproduce
|
|
|
|
Explain how to reproduce the issue
|
|
|
|
## 📖 Context and logs
|
|
|
|
Provide any extra context and logs relevant. If the logs are too large to read easily, provide a link via ghostbin / pastebin
|
|
|
|
## 💡Possible Solutions
|
|
<!--- Only if you have suggestions on a fix for the bug -->
|