2018-03-12 13:20:39 +00:00
|
|
|
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).
|
2018-02-12 21:07:05 +00:00
|
|
|
|
2018-03-12 13:20:39 +00:00
|
|
|
You can include code snippets using `Begin()` for short in-line snippets, or:
|
2018-02-21 12:12:13 +00:00
|
|
|
```cpp
|
|
|
|
ImGui::Begin("Hello");
|
|
|
|
ImGui::ThisIsMoreCode();
|
|
|
|
```
|
2018-03-12 13:20:39 +00:00
|
|
|
For multiline snippets.
|
|
|
|
|
2018-03-13 10:47:57 +00:00
|
|
|
(Clear this form before submitting your issue. Please read the CONTRIBUTING.md file!)
|