1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-17 04:17:17 +01:00
imgui/.github/issue_template.md

30 lines
861 B
Markdown
Raw Normal View History

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-04 20:48:49 +02:00
PLEASE CAREFULLY READ THIS DOCUMENT before doing so:
[CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md).
2018-02-12 22:07:05 +01: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!)
----
**Version/Branch of Dear ImGui:**
XXX
**Back-end file/Renderer/OS:** _(if the question is related to inputs/rendering/build, otherwise delete this section)_
XXX
**My Issue/Question:** _(please provide context)_
**Standalone, minimal, complete and verifiable example:** _(see CONTRIBUTING.md)_
2018-02-21 13:12:13 +01:00
```
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
```
**Screenshots/Video** _(you can drag files here)_