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,61 @@
name: User Experience (UX)
about: Report a UX problem or suggest a UX improvement
title: "[UX] "
labels:
- ux
body:
- type: textarea
id: summary
attributes:
label: Summary
description: One-line summary of the UX issue or suggestion.
validations:
required: true
- type: textarea
id: problem
attributes:
label: Describe the Problem
description: Where in the product does this occur? Who is affected?
validations:
required: true
- type: textarea
id: impact
attributes:
label: User Impact
description: Explain the user pain, frequency, and severity.
- type: textarea
id: current
attributes:
label: Current Behavior
description: What a user sees now (include screenshots or steps).
- type: textarea
id: proposed
attributes:
label: Proposed Change
description: Detailed description of the UX change or recommendation.
validations:
required: true
- type: textarea
id: mockups
attributes:
label: Mockups / Prototypes
description: Attach or link to designs.
- type: textarea
id: accessibility
attributes:
label: Accessibility Considerations
description: Color contrast, keyboard navigation, screen reader notes.
- type: checkboxes
id: checklist
attributes:
label: Acceptance Criteria
options:
- label: Usability tested with users
- label: Accessibility checks passed