Add CI workflows and repository templates
CI / ci (push) Successful in 2m28s

This commit is contained in:
2026-03-01 17:01:19 +01:00
parent 23a2c8c623
commit f6d3e0d681
29 changed files with 2323 additions and 1 deletions
+38
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.