From 2b29364883f888e8f905bcc98d6885e2375f2263 Mon Sep 17 00:00:00 2001 From: Henrik Brix Andersen Date: Wed, 30 Aug 2023 17:09:39 +0200 Subject: [PATCH] github: issue templates: remove hardware support template Remove the Hardware Support request template. Hardware support requests generally end up being stale and no one picks them up. This avoids giving users false hope that simply opening a Hardware Support request will result in someone implementing the requested support. Signed-off-by: Henrik Brix Andersen --- .../ISSUE_TEMPLATE/005_hardware_support.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/005_hardware_support.md diff --git a/.github/ISSUE_TEMPLATE/005_hardware_support.md b/.github/ISSUE_TEMPLATE/005_hardware_support.md deleted file mode 100644 index a81be5b81f..0000000000 --- a/.github/ISSUE_TEMPLATE/005_hardware_support.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: Hardware Support -about: Suggest adding hardware support -title: '' -labels: Hardware Support -assignees: '' - ---- - -**Is this request related to a missing driver support for a particular hardware platform, SoC or board? Please describe.** -Describe in details the hardware support being requested and why this support benefits Zephyr. - -**Describe why you are asking for this support?** -Describe why you are asking for this support instead of contributing it directly to the tree - -If this is a new board or SoC, please state whether you are willing to maintain the Zephyr support for it if it is included in the main tree - -**Additional context** -Add any other context or graphics (drag-and-drop an image) about the hardware here.