Snoweuph
0e0f888b5d
All checks were successful
Quality Check / Quality Checks (push) Successful in 2s
17 lines
386 B
YAML
17 lines
386 B
YAML
name: Bug Report
|
|
about: Found a bug? Tell us about it!
|
|
title: "[BUG]: "
|
|
labels:
|
|
- "type/bug"
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
values: Thanks for taking the time to file this bug report!
|
|
- type: textarea
|
|
id: what-happend
|
|
attributes:
|
|
label: What happened?
|
|
description: Tell us about it!
|
|
value: ...happened
|
|
validations:
|
|
required: true
|