From bee90aa121c3c94882a346dd0b0d0edda10fd45c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 6 Sep 2025 09:56:54 +0200 Subject: [PATCH] Try the yaml instead --- .github/ISSUE_TEMPLATE/bug.md | 19 ------------------- .github/ISSUE_TEMPLATE/bug.yml | 29 +++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/bug.yml diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md deleted file mode 100644 index 8917e339..00000000 --- a/.github/ISSUE_TEMPLATE/bug.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Bug -about: Report a bug in Omarchy ---- - - - -### Steps to reproduce - -### Expected behavior - -### Actual behavior - -### System configuration - -- CPU: -- RAM: -- Omarchy version: -- Graphics: [Nvidia/AMD/Intel] diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml new file mode 100644 index 00000000..aefc549f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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