From 5a67dada959c145bd760a832761e9ef4842e3555 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Sat, 2 Apr 2022 16:30:34 +1100 Subject: [PATCH] Create New Board.yml --- .github/ISSUE_TEMPLATE/New Board.yml | 46 ++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/New Board.yml diff --git a/.github/ISSUE_TEMPLATE/New Board.yml b/.github/ISSUE_TEMPLATE/New Board.yml new file mode 100644 index 000000000..ad706f3c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/New Board.yml @@ -0,0 +1,46 @@ +name: New Board +description: Request us to support new hardware +title: "[Board]: " +labels: ["enhancement", "triage"] +body: + - type: markdown + attributes: + value: | + Thanks for requesting a new board, this will not gurantee that we will support it, but will be on our radar. + + - type: dropdown + id: soc + attributes: + label: SOC + description: What SOC does your board have? + multiple: true + options: + - NRF52 + - ESP32 + - Other + validations: + required: true + + - type: input + id: lora + attributes: + label: Lora IC + description: What LoRa IC does the board have? + validations: + required: true + + - type: input + id: link + attributes: + label: Product Link + description: Where can we find this product? + validations: + required: true + + - type: textarea + id: body + attributes: + label: Description + description: Please provide any further details you think we may need. + validations: + required: true