This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 🐛 Bug | |
description: Report an issue to help improve the project. | |
title: "[BUG] <description>" | |
labels: ["🛠 goal: fix","🚦 status: awaiting triage"] | |
body: | |
- type: textarea | |
id: description | |
attributes: | |
label: Description | |
description: A brief description of the question or issue, also include what you tried and what didn't work | |
validations: | |
required: true | |
- type: textarea | |
id: screenshots | |
attributes: | |
label: Screenshots | |
description: Please add screenshots if applicable | |
validations: | |
required: false | |
- type: textarea | |
id: extrainfo | |
attributes: | |
label: Additional information | |
description: Is there anything else we should know about this bug? | |
validations: | |
required: false | |
- type: markdown | |
attributes: | |
value: | | |
You can also join our Discord community [here](http://discord.eddiehub.org) | |
Feel free to check out other cool repositories of the EddieHub Community [here](https://github.com/EddieHubCommunity) |