More compact issue_template.yml

This commit is contained in:
omar 2024-01-05 11:42:22 +01:00 committed by GitHub
parent c6716f5e9f
commit edeb8ee3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 24 deletions

View File

@ -28,35 +28,19 @@ body:
validations: validations:
required: true required: true
- type: input - type: input
id: specs_backend_platform id: specs_backend
attributes: attributes:
label: "Platform back-end:" label: "Back-ends:"
description: (or specify if using a custom engine/back-end) description: (or specify when using custom engine/back-ends)
value: "imgui_impl_XXX.cpp" value: "imgui_impl_XXX.cpp + imgui_impl_XXX.cpp"
placeholder: "imgui_impl_XXX.cpp or n/a" placeholder: "imgui_impl_XXX.cpp + imgui_impl_XXX.cpp or n/a"
validations: validations:
required: true required: true
- type: input - type: input
id: specs_backend_rendering id: specs_compiler_os
attributes: attributes:
label: "Rendering back-end:" label: "Compiler, OS:"
description: (or specify if using a custom engine/back-end) placeholder: "e.g. Windows 11 + MSVC 2022, macOS + Clang 12, Linux + GCC etc."
value: "imgui_impl_XXX.cpp"
placeholder: "imgui_impl_XXX.cpp or n/a"
validations:
required: true
- type: input
id: specs_compiler
attributes:
label: "Compiler:"
placeholder: "e.g. MSVC 2022, GCC, Clang 12.0 etc."
validations:
required: true
- type: input
id: specs_os
attributes:
label: "Operating System:"
placeholder: "e.g. Windows 11, macOS, Android, GNU/Linux etc."
validations: validations:
required: true required: true
- type: textarea - type: textarea