From 729045f0c228ef0905736a6e26f23f5761449619 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyrille=20D=C3=A9mare?= Date: Fri, 23 May 2025 10:00:33 +0200 Subject: [PATCH] Add a technical request form --- .github/ISSUE_TEMPLATE/technical.yml | 54 ++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/technical.yml diff --git a/.github/ISSUE_TEMPLATE/technical.yml b/.github/ISSUE_TEMPLATE/technical.yml new file mode 100644 index 0000000..16c192c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/technical.yml @@ -0,0 +1,54 @@ +name: Technical inquiry +description: Submit a technical inquiry for CaptureSDK. +title: 'Request: ' +labels: [] +body: + - type: markdown + attributes: + value: | + **Please provide all the requested information below to help you diagnose and fix the issue.** + + - type: input + id: developerId + attributes: + label: Your Socket Mobile Developer ID + description: Provide your Socket Mobile Developer ID so we can identify your account. + validations: + required: true + + - type: textarea + id: environment + attributes: + label: Environment + description: Provide details about your environment (OS, device, CaptureSDK version, etc...). + placeholder: | + OS version: + CaptureSDK version: + Device: + validations: + required: true + + - type: textarea + id: description + attributes: + label: Description + description: A clear and concise description of the request. + placeholder: "Describe the request here." + validations: + required: true + + - type: textarea + id: expected_behavior + attributes: + label: Expected Feature or Change + description: Describe the feature or change you would like to see. + placeholder: "Expected change here." + validations: + required: true + + - type: textarea + id: additional_context + attributes: + label: Additional Context + description: Include any other context, logs, or screenshots. + placeholder: "Add extra details here (optional)."