mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
25 lines
666 B
YAML
25 lines
666 B
YAML
name: Bug
|
|
description: Report a validated bug -- NOT FOR SUPPORT REQUESTS
|
|
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?
|
|
description: Describe the issue, include steps to recreate it if possible, and attach the output of `omarchy-debug` if possible
|
|
validations:
|
|
required: true
|