33 lines
No EOL
732 B
Markdown
33 lines
No EOL
732 B
Markdown
---
|
|
name: 'Bug Tempate'
|
|
about: 'This template is for bugs!'
|
|
title: '[BUG]: '
|
|
ref: 'main'
|
|
labels:
|
|
- bug
|
|
---
|
|
|
|
<!--- Provide a general summary of the issue in the Title above -->
|
|
|
|
## Expected Behavior
|
|
<!--- Tell us what should happen -->
|
|
|
|
## Current Behavior
|
|
<!--- Tell us what happens instead of the expected behavior -->
|
|
|
|
## Possible Solution
|
|
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
|
|
|
|
## Steps to Reproduce
|
|
<!--- reproduce this bug. Include code to reproduce, if relevant -->
|
|
1.
|
|
2.
|
|
3.
|
|
4.
|
|
|
|
|
|
## Detailed Description
|
|
<!--- Provide a detailed description of the change or addition you are proposing -->
|
|
|
|
## Possible Implementation
|
|
<!--- Not obligatory, but suggest an idea for implementing addition or change --> |