Files
omarchy/.github/ISSUE_TEMPLATE/bug.yml
David Heinemeier Hansson 0d5b41b83a Slim further
2025-09-06 10:02:39 +02:00

24 lines
498 B
YAML

name: Bug
description: Report a problem
labels: [bug]
body:
- type: markdown
attributes:
value: |
Remember: Omarchy is an open source gift, not a product you bought from a vendor
- type: input
id: system-details
attributes:
label: System details
placeholder: e.g. AMD 9950X, NVIDIA 5090, Omarchy 2.1.0
validations:
required: true
- type: textarea
id: steps
attributes:
label: What's wrong?
validations:
required: true