feat(issue): add platform description to bug-report (#7273)

Signed-off-by: lhdjply <lhdjply@126.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
Liu Yi 2024-11-16 12:24:14 +08:00 committed by GitHub
parent 23f86580c1
commit f4bd79c54d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: