Add Gitea Actions workflows, CI config, and docs
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s

This commit is contained in:
2026-02-28 20:40:14 +01:00
parent 3b48b39561
commit 8cadb2d216
35 changed files with 3216 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
name: Feature Request
about: Suggest a new feature or improvement
title: "[Feature] "
labels:
- enhancement
body:
- type: markdown
attributes:
value: |
Have an idea? We'd love to hear it!
- type: textarea
id: problem
attributes:
label: Problem / Motivation
description: What problem does this feature solve?
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: Describe the feature or change you'd like.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: Any alternative solutions or workarounds you've considered?
- type: textarea
id: context
attributes:
label: Additional Context
description: Screenshots, mockups, links, or anything else.