From 75944a7d160d5f29ef550276dffd23b079d0e386 Mon Sep 17 00:00:00 2001 From: zoracon Date: Wed, 9 Apr 2025 06:34:10 +0900 Subject: [PATCH] Fix template bugs --- .github/ISSUE_TEMPLATE/bug.yaml | 9 +++------ .github/ISSUE_TEMPLATE/{config.yaml => config.yml} | 0 2 files changed, 3 insertions(+), 6 deletions(-) rename .github/ISSUE_TEMPLATE/{config.yaml => config.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index dee0719..97f9373 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -1,7 +1,6 @@ name: Bug Report description: File a bug report. title: "[Bug]: " -type: Bug body: - type: markdown attributes: @@ -12,13 +11,13 @@ body: label: Rayhunter Version description: | Which version did you install? - placeholder: v0.2.6 + placeholder: "v0.2.6" - type: input attributes: label: Capture Date description: | YYYY-MM-DD - placeholder: 2025-05-01 + placeholder: "2025-05-01" validations: required: true - type: input @@ -27,8 +26,6 @@ body: description: | (If comfortable disclosing) What region or country were you in? placeholder: Washington State - validations: - required: false - type: input attributes: label: Device and Model @@ -43,7 +40,7 @@ body: label: What happened? description: | What steps did you take to get to your issue? - placeholder: Tell us what you see! + placeholder: "Tell us what you see!" validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/config.yaml b/.github/ISSUE_TEMPLATE/config.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/config.yaml rename to .github/ISSUE_TEMPLATE/config.yml