2018-04-04 20:48:49 +02:00
You may use the Issue Tracker to ask for help and submit bug reports, feature requests or suggestions.
2018-04-18 22:19:50 +02:00
2018-08-05 18:13:15 +02:00
PLEASE CAREFULLY READ THIS DOCUMENT before submitting any issue:
https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md
(Click "Preview" to turn the URL above into a clickable link)
2018-02-12 22:07:05 +01:00
2018-08-05 18:13:15 +02:00
PLEASE MAKE SURE that you have: read the FAQ in imgui.cpp; explored the contents of ShowDemoWindow() including the Examples menu; searched among Issues; used your IDE to search for keywords in all sources and text files; and read the CONTRIBUTING.md file linked above.
2018-04-18 22:19:50 +02:00
2018-08-05 18:13:15 +02:00
(Delete everything above this section before submitting your issue.)
2018-04-18 22:19:50 +02:00
----
2018-04-19 14:47:29 +02:00
**Version/Branch of Dear ImGui:**
2018-04-18 22:19:50 +02:00
XXX
2018-07-22 17:32:31 +02:00
**Back-end file/Renderer/OS:** _(or specify if you are using a custom engine back-end)_
2018-04-18 22:19:50 +02:00
2018-07-22 17:32:31 +02:00
Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
OS: XXX
Compiler: XXX _(if the question is related to building)_
2018-04-18 22:19:50 +02:00
2018-04-19 14:47:29 +02:00
**My Issue/Question:** _(please provide context)_
2018-04-18 22:19:50 +02:00
2018-04-19 14:47:29 +02:00
**Standalone, minimal, complete and verifiable example:** _(see CONTRIBUTING.md)_
2018-02-21 13:12:13 +01:00
```
2018-04-18 22:19:50 +02:00
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
```
2018-04-19 14:47:29 +02:00
**Screenshots/Video** _(you can drag files here)_