From ed9bb833528541ab2bb7caff46d2cf5274d72544 Mon Sep 17 00:00:00 2001 From: Marko Lisica <83164494+marko-lisica@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:50:48 +0200 Subject: [PATCH] Add feature-request.yml template (#28029) We're testing .yml templates, so we can add default project to issue template --- .github/ISSUE_TEMPLATE/feature-request.yml | 65 +++++++++++----------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 77bf8e0ee1..b06c6eaaa1 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,34 +1,35 @@ -name: 💡 Feature request -about: Propose a new feature or enhancement in Fleet. -title: "" +name: 💡💡 Feature request +description: Propose a new feature or enhancement in Fleet. labels: [":product"] projects: ["fleetdm/67"] -assignees: "" -body: | - - - Gong snippet: TODO - - ## Problem - - - - ## What have you tried? - - - - ## Potential solutions - - - - ## What is the expected workflow as a result of your proposal? - - +body: + - type: markdown + attributes: + value: | + + + Gong snippet: TODO + + ## Problem + + + + ## What have you tried? + + + + ## Potential solutions + + + + ## What is the expected workflow as a result of your proposal? + +