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