Add Issue templates
All checks were successful
Quality Check / Quality Checks (push) Successful in 2s

This commit is contained in:
Snoweuph 2024-07-03 21:49:38 +02:00
parent 2e94b0c9af
commit 0e0f888b5d
Signed by: Snoweuph
GPG key ID: A494330694B208EF
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,17 @@
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

View file

@ -0,0 +1 @@
blank_issues_enabled: false