From 76160e5818f482a0417333e6ed4815aa01915e65 Mon Sep 17 00:00:00 2001 From: DaneEvans Date: Sun, 3 Aug 2025 13:54:08 +1000 Subject: [PATCH] Add Types to the templates (#2625) --- .github/ISSUE_TEMPLATE/bug_report.yml | 7 ++++--- .github/ISSUE_TEMPLATE/feature_request.yml | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index ecf5296e7..d60b94950 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,8 +1,9 @@ name: Bug Report description: File a bug report. title: "[Bug]: " -labels: ["bug"] -projects: ["meshtastic/Meshtastic-Android"] +labels: [bug] +type: Bug +projects: [meshtastic/Meshtastic-Android] body: - type: markdown attributes: @@ -22,7 +23,7 @@ body: label: What happened? description: Also tell us, what did you expect to happen? placeholder: Tell us what you see! - value: "A bug happened!" + value: A bug happened! validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d5f33e54e..575c1ba82 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,8 +1,9 @@ name: Feature Request description: File a request for new feature or functionality. title: "[Feature Request]: " -labels: ["enhancement"] -projects: ["meshtastic/Meshtastic-Android"] +labels: [enhancement] +type: Feature +projects: [meshtastic/Meshtastic-Android] body: - type: markdown attributes: @@ -22,7 +23,7 @@ body: label: Tell us your idea. description: Tell us what you'd like the app to do. Give as much detail as you can. placeholder: Your idea - value: "I'd like the app to..." + value: I'd like the app to... validations: required: true - type: textarea