1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-25 02:24:24 +00:00
imgui/.github/issue_template.md

12 lines
453 B
Markdown

You may use the Issue tracker to ask for help, submit bug reports, feature requests or suggestions.
Please carefully read this document before doing so:
[CONTRIBUTING.md](https://github.com/ocornut/imgui/blob/master/.github/CONTRIBUTING.md).
You can include code snippets using `Begin()` for short in-line snippets, or:
```cpp
ImGui::Begin("Hello");
ImGui::ThisIsMoreCode();
```
For multiline snippets.
(Clear this form before submitting your issue)