mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
30 lines
677 B
YAML
30 lines
677 B
YAML
name: Bug
|
|
description: File a bug report
|
|
labels: [bug]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for reporting a bug! Please fill out the following details.
|
|
|
|
- type: input
|
|
id: system-info
|
|
attributes:
|
|
label: System Info
|
|
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: Steps to Reproduce
|
|
description: How do we trigger the bug?
|
|
placeholder: |
|
|
1. Go to ...
|
|
2. Click on ...
|
|
3. See error
|
|
validations:
|
|
required: true
|