first commit

This commit is contained in:
2025-11-26 10:23:21 +01:00
commit 9fe0bd6f5a
5 changed files with 103 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
name: Bug Report
about: File a bug report
title: "[BUG]: "
ref: "main"
assignees: ["yuriy"]
labels: ["bug","backlog"]
body:
- type: input
id: contact
attributes:
label: Contact Details
description: How can we get in touch with you if we need more info?
placeholder: email@example.com
validations:
required: false
- type: dropdown
id: modules
attributes:
label: What modules?
multiple: true
options:
- Client
- Server
- Assets
- Common
- type: textarea
id: description
attributes:
label: Decription?
description: Also tell us, what did you expect to happen?
placeholder: Tell us what you see!
value: ""
validations:
required: true