mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Slim down
This commit is contained in:
15
.github/ISSUE_TEMPLATE/bug.yml
vendored
15
.github/ISSUE_TEMPLATE/bug.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user