Files
omarchy/.github/ISSUE_TEMPLATE/bug.yml
David Heinemeier Hansson 8065eb87d8 Slim down
2025-09-06 10:00:32 +02:00

25 lines
560 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 a vendor
- type: input
id: system-details
attributes:
label: System details
description: What CPU/Graphics/version are you using?
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