From ced52ddd81d6579ae5090dc8bbd34f2807690eb3 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 24 Sep 2025 22:30:22 -0500 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} | 7 +++---- .github/ISSUE_TEMPLATE/config.yml | 8 -------- .../{feature_request.md => feature_request.yml} | 7 +++---- 3 files changed, 6 insertions(+), 16 deletions(-) rename .github/ISSUE_TEMPLATE/{bug_report.md => bug_report.yml} (95%) delete mode 100644 .github/ISSUE_TEMPLATE/config.yml rename .github/ISSUE_TEMPLATE/{feature_request.md => feature_request.yml} (93%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.yml similarity index 95% rename from .github/ISSUE_TEMPLATE/bug_report.md rename to .github/ISSUE_TEMPLATE/bug_report.yml index 7d2a31fa..81714ee4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,9 +1,8 @@ ---- name: Bug report -about: Create a report to help Termix improve +description: Create a report to help Termix improve title: "[BUG]" -labels: bug -assignees: "" +labels: [bug] +assignees: [] body: - type: input id: title diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index b69f7b11..00000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,8 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: GitHub Community Support - url: https://github.com/community - about: Please ask and answer questions here. - - name: GitHub Security - url: https://github.com/security - about: Please report security vulnerabilities here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.yml similarity index 93% rename from .github/ISSUE_TEMPLATE/feature_request.md rename to .github/ISSUE_TEMPLATE/feature_request.yml index 4082ad24..b9b543db 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,9 +1,8 @@ ---- name: Feature request -about: Suggest an idea for Termix +description: Suggest an idea for Termix title: "[FEATURE]" -labels: enhancement -assignees: "" +labels: [enhancement] +assignees: [] body: - type: input id: title