From f4bd79c54da7a1e4b2b65fcdc80d165bebe19c50 Mon Sep 17 00:00:00 2001 From: Liu Yi Date: Sat, 16 Nov 2024 12:24:14 +0800 Subject: [PATCH] feat(issue): add platform description to bug-report (#7273) Signed-off-by: lhdjply Co-authored-by: Gabor Kiss-Vamosi --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 088fa54ef..e0237806e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -17,6 +17,14 @@ body: placeholder: e.g. v9.0.0 validations: required: true + - type: input + id: platform + attributes: + label: Platform + description: Tell us about the platform and environment you use + placeholder: e.g. Visual Studio simulator, or STM32F769 Discovery with Zephyr, or Eclipse with SDL on Linux + validations: + required: true - type: textarea id: what-happened attributes: