mirror of
https://github.com/JonasunderscoreJones/.github.git
synced 2025-10-22 18:09:19 +02:00
Added generic bug report template
This commit is contained in:
parent
cb94e90173
commit
c8dec1a101
1 changed files with 38 additions and 0 deletions
38
ISSUE_TEMPLATE/bug_report.yml
Normal file
38
ISSUE_TEMPLATE/bug_report.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
name: 🐛Bug Report
|
||||
description: File a bug report here
|
||||
title: "[BUG]: "
|
||||
labels: ["bug"]
|
||||
assignees: ["J-onasJones"]
|
||||
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: 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.
|
Loading…
Add table
Add a link
Reference in a new issue