mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-14 17:07:01 +00:00
More compact issue_template.yml
This commit is contained in:
parent
c6716f5e9f
commit
edeb8ee3ab
32
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
32
.github/ISSUE_TEMPLATE/issue_template.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user