2018-09-18 16:04:32 +00:00
(Click "Preview" to turn any http URL into a clickable link)
2019-01-02 13:28:49 +00:00
1. PLEASE CAREFULLY READ:
https://github.com/ocornut/imgui/issues/2261
2018-04-18 20:19:50 +00:00
2019-03-05 10:03:32 +00:00
2. IF YOU ARE HAVING AN ISSUE COMPILING/LINKING/RUNNING/LOADING FONTS, please post on the "Getting Started" Discourse forum:
2019-01-02 13:28:49 +00:00
https://discourse.dearimgui.org/c/getting-started
2018-02-12 21:07:05 +00:00
2019-01-02 13:28:49 +00:00
3. 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 link provided in (1).
2018-04-18 20:19:50 +00:00
2019-03-05 10:03:32 +00:00
4. Be mindful that messages are being sent to the mailbox of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users, unless they browse the site.
5. Delete points 1-5 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue.
Thank you!
2018-04-18 20:19:50 +00:00
----
2018-11-30 17:18:15 +00:00
_(you may also go to Demo>About Window, and click "Config/Build Information" to obtain a bunch of detailed information that you can paste here)_
2018-04-19 12:47:29 +00:00
**Version/Branch of Dear ImGui:**
2018-04-18 20:19:50 +00:00
2018-11-30 17:18:15 +00:00
Version: XXX
Branch: XXX _(master/viewport/docking/etc.)_
2018-04-18 20:19:50 +00:00
2019-01-20 21:23:29 +00:00
**Back-end/Renderer/Compiler/OS**
2018-04-18 20:19:50 +00:00
2018-11-30 17:18:15 +00:00
Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp _(or specify if using a custom engine/back-end)_
2019-01-02 13:28:49 +00:00
Compiler: XXX _(if the question is related to building or platform specific features)_
2019-01-20 21:23:29 +00:00
Operating System: XXX
2018-04-18 20:19:50 +00:00
2019-01-20 21:23:29 +00:00
**My Issue/Question:**
2019-01-02 13:28:49 +00:00
XXX _(please provide as much context as possible)_
2018-04-18 20:19:50 +00:00
2019-01-20 21:23:29 +00:00
**Screenshots/Video**
2018-09-18 16:04:32 +00:00
2019-01-02 13:28:49 +00:00
XXX _(you can drag files here)_
**Standalone, minimal, complete and verifiable example:** _(see https://github.com/ocornut/imgui/issues/2261)_
2018-02-21 12:12:13 +00:00
```
2018-11-30 17:18:15 +00:00
// Please do not forget this!
2018-04-18 20:19:50 +00:00
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
```