Slim down

This commit is contained in:
David Heinemeier Hansson
2025-09-06 10:00:32 +02:00
parent bee90aa121
commit 8065eb87d8

View File

@@ -1,16 +1,16 @@
name: Bug name: Bug
description: File a bug report description: Report a problem
labels: [bug] labels: [bug]
body: body:
- type: markdown - type: markdown
attributes: attributes:
value: | value: |
Thanks for reporting a bug! Please fill out the following details. Remember: Omarchy is an open source gift, not a product you bought from a a vendor
- type: input - type: input
id: system-info id: system-details
attributes: attributes:
label: System Info label: System details
description: What CPU/Graphics/version are you using? description: What CPU/Graphics/version are you using?
placeholder: e.g. AMD 9950X, NVIDIA 5090, Omarchy 2.1.0 placeholder: e.g. AMD 9950X, NVIDIA 5090, Omarchy 2.1.0
validations: validations:
@@ -19,11 +19,6 @@ body:
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: Steps to Reproduce label: What's wrong?
description: How do we trigger the bug?
placeholder: |
1. Go to ...
2. Click on ...
3. See error
validations: validations:
required: true required: true