mirror of
https://github.com/JonasunderscoreJones/.github.git
synced 2025-10-22 18:09:19 +02:00
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
name: 🐛Bug Report
|
|
description: File a bug report here
|
|
title: "[BUG]: "
|
|
labels: ["bug"]
|
|
assignees: ["JonasunderscoreJones"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report 🤗
|
|
Make sure there aren't any open/closed issues for this topic 😃
|
|
|
|
- type: textarea
|
|
id: bug-description
|
|
attributes:
|
|
label: Description of the bug
|
|
description: Give us a brief description of what happened and what should have happened
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: steps-to-reproduce
|
|
attributes:
|
|
label: Steps To Reproduce
|
|
description: Steps to reproduce the behavior.
|
|
placeholder: |
|
|
1. Go to '...'
|
|
2. Click on '...'
|
|
3. Scroll down to '...'
|
|
4. See error
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: versions
|
|
attributes:
|
|
label: Which version of the app are you using?
|
|
description: If this issue is occurring on more than 1 version of the app, enter the appropriate versions.
|
|
placeholder: |
|
|
1.0.0
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: additional-information
|
|
attributes:
|
|
label: Additional Information
|
|
description: |
|
|
Provide any additional information such as logs, screenshots, likes, scenarios in which the bug occurs so that it facilitates resolving the issue.
|