diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 088fa54ef9..e0237806e9 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: