2018-04-04 18:48:49 +00:00
|
|
|
You may use the Issue Tracker to ask for help and submit bug reports, feature requests or suggestions.
|
2018-04-18 20:19:50 +00:00
|
|
|
|
2018-04-04 18:48:49 +00:00
|
|
|
PLEASE CAREFULLY READ THIS DOCUMENT before doing so:
|
2018-03-12 13:20:39 +00:00
|
|
|
[CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md).
|
2018-02-12 21:07:05 +00:00
|
|
|
|
2018-04-18 20:19:50 +00:00
|
|
|
SELECT "PREVIEW CHANGES" TO TURN THE URL ABOVE INTO A CLICKABLE LINK.
|
|
|
|
|
|
|
|
(Delete everything above this section before submitting your issue. Please read the CONTRIBUTING.md file!)
|
|
|
|
|
|
|
|
----
|
|
|
|
|
2018-04-19 12:47:29 +00:00
|
|
|
**Version/Branch of Dear ImGui:**
|
2018-04-18 20:19:50 +00:00
|
|
|
|
|
|
|
XXX
|
|
|
|
|
2018-05-16 12:08:06 +00:00
|
|
|
**Back-end file/Renderer/OS:** _(if the question is related to inputs/rendering/build, otherwise delete this section)_
|
2018-04-18 20:19:50 +00:00
|
|
|
|
|
|
|
XXX
|
|
|
|
|
2018-04-19 12:47:29 +00:00
|
|
|
**My Issue/Question:** _(please provide context)_
|
2018-04-18 20:19:50 +00:00
|
|
|
|
2018-04-19 12:47:29 +00:00
|
|
|
**Standalone, minimal, complete and verifiable example:** _(see CONTRIBUTING.md)_
|
2018-02-21 12:12:13 +00:00
|
|
|
```
|
2018-04-18 20:19:50 +00:00
|
|
|
ImGui::Begin("Example Bug");
|
|
|
|
MoreCodeToExplainMyIssue();
|
|
|
|
ImGui::End();
|
|
|
|
```
|
|
|
|
|
2018-04-19 12:47:29 +00:00
|
|
|
**Screenshots/Video** _(you can drag files here)_
|