Try the yaml instead

This commit is contained in:
David Heinemeier Hansson
2025-09-06 09:56:54 +02:00
parent 29b1ed6c4e
commit bee90aa121
2 changed files with 29 additions and 19 deletions

View File

@@ -1,19 +0,0 @@
---
name: Bug
about: Report a bug in Omarchy
---
<!-- Remember that Omarchy is an open source gift, not a product you're buying from a vendor. -->
### Steps to reproduce
### Expected behavior
### Actual behavior
### System configuration
- CPU:
- RAM:
- Omarchy version:
- Graphics: [Nvidia/AMD/Intel]

29
.github/ISSUE_TEMPLATE/bug.yml vendored Normal file
View File

@@ -0,0 +1,29 @@
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