ci: issue templates, issue config
Some checks failed
CI / Check PR Title (pull_request) Failing after 15s
CI / Go Lint (pull_request) Successful in 31s
CI / Markdown Lint (pull_request) Successful in 17s
CI / Makefile Lint (pull_request) Successful in 31s
CI / Unit Tests (pull_request) Successful in 29s
CI / Fuzz Tests (pull_request) Successful in 1m0s
CI / Mutation Tests (pull_request) Successful in 1m4s

This commit is contained in:
2026-03-29 22:19:46 +02:00
parent cbe4483326
commit 521b38c550
3 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# yaml-language-server: $schema=https://www.schemastore.org/gitea-issue-forms.json
name: 🐛 Bug Report
about: Report a bug in this project
title: "[BUG]: "
body:
- type: textarea
id: context
attributes:
label: Context
description: What circumstances led to the bug?
validations:
required: true
- type: textarea
id: expected-behavior
attributes:
label: Expected Behavior
description: What did you expect would happen?
validations:
required: true
- type: textarea
id: actual-behavior
attributes:
label: Actual Behavior
description: What happened, and why was it unexpected?
validations:
required: true