Skip to content

Commit

Permalink
More compact issue_template.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut authored Jan 5, 2024
1 parent c6716f5 commit edeb8ee
Showing 1 changed file with 8 additions and 24 deletions.
32 changes: 8 additions & 24 deletions .github/ISSUE_TEMPLATE/issue_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,35 +28,19 @@ body:
validations:
required: true
- type: input
id: specs_backend_platform
id: specs_backend
attributes:
label: "Platform back-end:"
description: (or specify if using a custom engine/back-end)
value: "imgui_impl_XXX.cpp"
placeholder: "imgui_impl_XXX.cpp or n/a"
label: "Back-ends:"
description: (or specify when using custom engine/back-ends)
value: "imgui_impl_XXX.cpp + imgui_impl_XXX.cpp"
placeholder: "imgui_impl_XXX.cpp + imgui_impl_XXX.cpp or n/a"
validations:
required: true
- type: input
id: specs_backend_rendering
id: specs_compiler_os
attributes:
label: "Rendering back-end:"
description: (or specify if using a custom engine/back-end)
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."
label: "Compiler, OS:"
placeholder: "e.g. Windows 11 + MSVC 2022, macOS + Clang 12, Linux + GCC etc."
validations:
required: true
- type: textarea
Expand Down

0 comments on commit edeb8ee

Please sign in to comment.